Allow demos of components with nested properties

Created on 9 June 2025, 19 days ago

Problem/Motivation

There are components that have nested properties like this:

...
props:
  type: object
  properties:
    links:
      title: Links
      type: array
      items:
        type: object
        properties:
          url:
            title: Url
            type: ["string"]
          title:
            title: Text
            type: ["string"]
...

Currently, to fill these properties there appears a textfield/textarea. It would be nice to have a field for each property.

Proposed resolution

Modify sdc_styleguide_array plugin to support nested properties.

Feature request
Status

Active

Version

1.2

Component

Code

Created by

🇪🇸Spain omarlopesino

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024