feat(controls): add help text to API dropdown
This commit is contained in:
committed by
Khaled Garbaya
parent
1406faed97
commit
21b7a9dd1f
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"defaultTitle": "The Example App",
|
||||
"whatIsThisApp": "Help",
|
||||
"metaDescription": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||
"metaTwitterCard": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||
"metaImageAlt": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||
"metaImageDescription": "This is \"The Example App\", a reference for building your own applications using Contentful.",
|
||||
"viewOnGithub": "View on GitHub",
|
||||
"metaDescription": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
||||
"metaTwitterCard": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
||||
"metaImageAlt": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
||||
"metaImageDescription": "This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.",
|
||||
"viewOnGithub": "View on Github",
|
||||
"apiSwitcherHelp": "View the published or draft content by simply switching between the Deliver and Preview APIs.",
|
||||
"contentDeliveryApiLabel": "Content Delivery API",
|
||||
"contentDeliveryApiHelp": "This API fetches published content from the Content Delivery API",
|
||||
"contentPreviewApiLabel": "Content Preview API",
|
||||
"contentPreviewApiHelp": "This API fetches un-published content from the Content Preview API",
|
||||
"cdaApiLabel": "Content Delivery API",
|
||||
"cdaApiHelp": "This is just some dummy text for styling. Please change me @todo",
|
||||
"cpaApiLabel": "Content Preview API",
|
||||
"cpaApiHelp": "This is just some dummy text for styling. Please change me @todo",
|
||||
"locale": "Locale",
|
||||
"localeQuestion": "Working with multiple languages? You can query the Content Delivery API for a specific locale.",
|
||||
"settingsLabel": "Settings",
|
||||
|
||||
Reference in New Issue
Block a user