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?
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?