File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,10 @@ export default defineComponent({
8383})
8484 </script >
8585
86-
8786<style scoped>
8887.help-dialog {
8988 background-color : var (--fgcolor , lightslategray );
9089}
9190 </style >
9291
93- }
92+ }
Original file line number Diff line number Diff line change @@ -121,10 +121,16 @@ export default defineComponent({
121121 type: {
122122 title: ' type' ,
123123 url: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#type' ,
124- description: ' The type of the work that is being described by this CITATION.cff file.' ,
124+ description: ' The type of the work that is being described by this CITATION.cff file.'
125+ },
126+ title: {
127+ title: ' title' ,
128+ url: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#title' ,
129+ description: ' The name of the software or dataset.' ,
125130 examples: [
126- ' software' ,
127- ' dataset'
131+ ' cffconvert' ,
132+ ' Firefox' ,
133+ ' LibreOffice'
128134 ]
129135 },
130136 message: {
@@ -136,16 +142,6 @@ export default defineComponent({
136142 ' Please cite this software using these metadata.' ,
137143 ' Please cite this software using the metadata from "preferred-citation".'
138144 ]
139- },
140- title: {
141- title: ' title' ,
142- url: ' https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#title' ,
143- description: ' The name of the software or dataset.' ,
144- examples: [
145- ' cffconvert' ,
146- ' Firefox' ,
147- ' LibreOffice'
148- ]
149145 }
150146 }
151147 return {
You can’t perform that action at this time.
0 commit comments