bangank36 / WP-Builder

JSON Schema-based forms with Wordpress Components renderer
https://gutenbuilder.wordpress.com
GNU General Public License v2.0
0 stars 0 forks source link

WP-Builder: Object uischema with detail option #70

Closed bangank36 closed 1 year ago

bangank36 commented 1 year ago

Summary

{
      type: 'Control',
      scope: '#/properties/occupation',
      options: {
        detail: {
          type: 'VerticalLayout',
          elements: [
            {
              type: 'Control',
              scope: '#/properties/name',
            },
            {
              type: 'Control',
              scope: '#/properties/years',
            },
          ],
        },
      },
    }

Reference

https://github.com/bangank36/WP-Builder/issues/69