Skip to content

Commit

Permalink
Update component.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-replin authored Sep 15, 2023
1 parent 43b6b91 commit 5db9a53
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@
],
"_backboneForms": "Select"
},
"bodyAfter": {
"type": "string",
"title": "Body text after list items",
"description": "This is the body text that will appear after the list items.",
"default": "",
"_adapt": {
"translatable": true
},
"_backboneForms": "TextArea"
},
"_items": {
"type": "array",
"title": "List Items",
Expand Down Expand Up @@ -167,6 +157,16 @@
}
}
}
},
"bodyAfter": {
"type": "string",
"title": "Body text after list items",
"description": "This is the body text that will appear after the list items.",
"default": "",
"_adapt": {
"translatable": true
},
"_backboneForms": "TextArea"
}
}
}
Expand Down

0 comments on commit 5db9a53

Please sign in to comment.