Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
[email protected]
ParticipantOMG THANK YOU NEVER WOULD HAVE THOUGHT OF THAT ! Worked like a charm.
[email protected]
ParticipantI saw an error with the min/max clones, so i made some edits. Now it flashes before it disappears (still no console errors)
{ "$schema": "https://schemas.metabox.io/field-group.json", "autosave": false, "context": "after_title", "default_hidden": false, "fields": [ { "name": "Menu Group", "id": "menu_group", "type": "group", "clone": true, "sort_clone": true, "min_clone": 1, "max_clone": 10, "default_state": "collapsed", "save_state": true, "collapsible": true, "fields": [ { "name": "Category Label", "id": "category_label", "type": "text", "limit_type": "character" }, { "name": "Item Group", "id": "item_group", "type": "group", "clone": true, "sort_clone": true, "min_clone": 1, "max_clone": 10, "default_state": "collapsed", "save_state": true, "collapsible": true, "fields": [ { "name": "Product Name", "id": "product_name", "type": "text", "limit_type": "character" }, { "name": "Product Description", "id": "product_description", "type": "textarea", "desc": "NO EMOJIS", "limit_type": "character" }, { "name": "Price", "id": "price", "type": "number", "step": "any" } ] } ] } ], "id": "digital-menu", "modified": 1761580589, "priority": "high", "settings_pages": [ "global-assets" ], "style": "default", "tab": "Digital Menu", "title": "Digital Menu" }[email protected]
Participant{ "$schema": "https://schemas.metabox.io/field-group.json", "autosave": false, "context": "after_title", "default_hidden": false, "fields": [ { "name": "Menu Group", "id": "menu_group", "type": "group", "clone": true, "sort_clone": true, "min_clone": 0, "max_clone": 0, "fields": [ { "name": "Category Label", "id": "category_label", "type": "text", "limit_type": "character" }, { "name": "Item Group", "id": "item_group", "type": "group", "clone": true, "sort_clone": true, "min_clone": 0, "max_clone": 0, "fields": [ { "name": "Product Name", "id": "product_name", "type": "text", "limit_type": "character" }, { "name": "Product Description", "id": "product_description", "type": "textarea", "desc": "NO EMOJIS", "limit_type": "character" }, { "name": "Price", "id": "price", "type": "number", "step": "any" } ] } ] } ], "id": "digital-menu", "modified": 1761143138, "priority": "high", "settings_pages": [ "global-assets" ], "style": "default", "tab": "Digital Menu", "title": "Digital Menu" }Zero errors in the console.
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)