Skip to content

Commit

Permalink
Add topoaa.mol usecase to kitchensink catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Mar 9, 2022
1 parent 07884fd commit effed48
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions public/catalog/kitchensink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,19 @@ nodes:
items:
type: boolean
default: false
mol:
title: topoaa.mol use case
description: each mol in own section with hisd_N keys
type: array
items:
type: object
properties:
cyclicpept:
type: boolean
hisd:
type: array
items:
type: number
uiSchema:
prop1:
ui:options:
Expand All @@ -167,6 +180,12 @@ nodes:
ui:widget: radio # default checkbox widget is only valid when checked
ui:options:
orderable: false
mol:
items:
cyclicpept:
ui:widget: radio # default checkbox widget is only valid when checked
ui:options:
orderable: false
tomlSchema: # How to read and write expandanble parameters in toml files
prop1:
indexed: true # X in prop1_something_X
Expand All @@ -180,6 +199,13 @@ nodes:
flatten: true # something in name_something_X_Y
paramX:
indexed: true # Y in param_Y
mol:
indexed: true
items:
sectioned: true
properties:
hisd:
indexed: true
id: node4
label: Node 4
description: Description 3
Expand Down

0 comments on commit effed48

Please sign in to comment.