Skip to content

Commit

Permalink
Merge pull request #144 from mattreim/ems_custom
Browse files Browse the repository at this point in the history
Add missing size attributes for ems_custom
  • Loading branch information
tp1de authored Nov 12, 2024
2 parents 8db39e8 + 058b010 commit 6d53dfb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,12 @@
"ems_custom": {
"newLine": true,
"type": "checkbox",
"label": "ems_custom"
"label": "ems_custom",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"devices": {
"newLine": true,
Expand Down

0 comments on commit 6d53dfb

Please sign in to comment.