Skip to content

Commit

Permalink
Merge pull request #31 from cBoidin/add-section-type
Browse files Browse the repository at this point in the history
feat(ui-schema): add x-section-type
  • Loading branch information
greglebonniec authored Nov 23, 2018
2 parents 53015f0 + bb19498 commit c3adeb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/schemas/defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@
"description": "list mandatory configuration field",
"$ref": "http://json-schema.org/draft-06/schema#/definitions/stringArray"
},
"x-section-type": {
"description": "Section type is used to categorize sections by impacting their rendering and access. This information is primarily intended for formatting forms (shortcut icon, appearance, ...). This field is a free string and its processing is carried by contract consumers (PageBuilder)",
"type": "string"
},
"properties": {
"minProperties": 1,
"type": "object",
Expand Down

0 comments on commit c3adeb1

Please sign in to comment.