Skip to content

Commit

Permalink
feat: add 2 column variant to tile group
Browse files Browse the repository at this point in the history
  • Loading branch information
SannyNguyenHung committed Dec 8, 2023
1 parent 7b98723 commit ff67190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/form-elements/tile-group.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"relation": "oneToMany",
"target": "api::error.error",
"required": true
},
"useTwoColumn": {
"type": "boolean",
"required": true,
"default": true
}
}
}

0 comments on commit ff67190

Please sign in to comment.