Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Copy-of-A committed Aug 7, 2024
1 parent de34eae commit baa9bd9
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/api/coin/content-types/coin/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,46 @@
"localized": true
}
}
},
"featuresHeading": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
},
"faqHeading": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
},
"howToBuyHeading": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
},
"pageTitle": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "text"
},
"pageDescription": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "text"
}
}
}

0 comments on commit baa9bd9

Please sign in to comment.