Skip to content

Commit

Permalink
ensure all form components available for composite field.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 21, 2024
1 parent 7d3377a commit e5ccfd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"title": "Composite Field",
"sling:resourceSuperType": "typerefinery/components/forms/field",
"allowedComponents": [
"Typerefinery - Forms"
"Typerefinery - Forms",
"Typerefinery - Forms - Stix - Input",
"Typerefinery - Forms - Stix - Select",
"Typerefinery - Forms - Stix - Composite"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"description": "This is Composite field returning JSON of its values",
"title": "Composite",
"allowedComponents": [
"Typerefinery - Forms"
"Typerefinery - Forms",
"Typerefinery - Forms - Stix - Input",
"Typerefinery - Forms - Stix - Select",
"Typerefinery - Forms - Stix - Composite"
]
}

0 comments on commit e5ccfd9

Please sign in to comment.