ckanext-fluent icon indicating copy to clipboard operation
ckanext-fluent copied to clipboard

can i configure fluent as shown in image?

Open kumarvivek1752 opened this issue 1 year ago • 0 comments

Screenshot 2023-11-29 102913

my requirements:

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

kumarvivek1752 avatar Nov 29 '23 07:11 kumarvivek1752