You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fluent fields should be separated in the form of tabs.
clickable tab button to navigate different tabs.
what i done:
added JSON to extend the template
eg:
{
"start_form_page": {
"title": "French dataset",
"description": "These fields provide detailed metadata about the dataset."
},
"field_name": "notes_translated",
"help_inline": true,
"help_text": {
"en": "Add a general, plain language description "
},
"preset": "fluent_markdown",
"form_placeholder": "e.g., Some useful notes about the data"
},
note: my current JSON is not working.
can anybody tell me how can i do the above requirement?
The text was updated successfully, but these errors were encountered:
my requirements:
what i done:
added JSON to extend the template
eg:
note: my current JSON is not working.
can anybody tell me how can i do the above requirement?
The text was updated successfully, but these errors were encountered: