mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 23:37:53 +00:00
frontmatter: wording #481
This commit is contained in:
parent
bbd322bbf8
commit
1e670e8f3d
1 changed files with 4 additions and 4 deletions
|
@ -473,24 +473,24 @@
|
|||
},
|
||||
{
|
||||
"name": "name1",
|
||||
"title": "The title of the first tab",
|
||||
"title": "Title of the first tab",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"default": "FM_SELECTED_TEXT",
|
||||
"name": "content1",
|
||||
"title": "The text for the first tab",
|
||||
"title": "Text for the first tab",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "name2",
|
||||
"title": "The title of the second tab",
|
||||
"title": "Title of the second tab",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"default": "",
|
||||
"name": "content2",
|
||||
"title": "The text for the second tab",
|
||||
"title": "Text for the second tab",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue