Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

tools einstellungen über json schema (zB für basic constrains) #5

Open
bastiion opened this issue Apr 29, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request prio: medium

Comments

@bastiion
Copy link
Collaborator

bastiion commented Apr 29, 2023

deklaratives format für die Einstellung wäre cool:

settings: [
   {
       id: 'showAsRadio',
       name: 'show as radio button'
       defaultValue: false,
       settingsForm: {
          jsonSchemaElement: {
             description: 'display the selection as radio buttons',
             type: 'boolean'
          },
       }
       apply: {
           uiSchema: {
                mixin: { options: { format: 'radio' }  }
           }
       }
   },
   {

    }  
]
@bastiion bastiion converted this from a draft issue Apr 29, 2023
@bastiion bastiion added enhancement New feature or request prio: medium labels Apr 29, 2023
@bastiion bastiion moved this from Next (agreed to be worked on soon) to Todo (assigned for this sprint) in FormsWizard May 16, 2023
@meneman meneman moved this from Todo (assigned for this sprint) to In Progress in FormsWizard May 23, 2023
@meneman meneman self-assigned this Jun 18, 2023
@meneman meneman moved this from In Progress to Done in FormsWizard Jun 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request prio: medium
Projects
Status: Done
Development

No branches or pull requests

2 participants