|
| 1 | +{ |
| 2 | + "@import": "./element.php", |
| 3 | + "name": "algolia_sort", |
| 4 | + "title": "Sort Items", |
| 5 | + "group": "Algolia", |
| 6 | + "icon": "${url:svg/icon.svg}", |
| 7 | + "iconSmall": "${url:svg/iconSmall.svg}", |
| 8 | + "element": true, |
| 9 | + "width": 500, |
| 10 | + "templates": { |
| 11 | + "render": "./templates/template.php", |
| 12 | + "content": "./templates/content.php" |
| 13 | + }, |
| 14 | + "fields": { |
| 15 | + "sorting_items": { |
| 16 | + "label": "List Item", |
| 17 | + "type": "content-items", |
| 18 | + "item": "algolia_sort_item" |
| 19 | + }, |
| 20 | + "position": "${builder.position}", |
| 21 | + "position_left": "${builder.position_left}", |
| 22 | + "position_right": "${builder.position_right}", |
| 23 | + "position_top": "${builder.position_top}", |
| 24 | + "position_bottom": "${builder.position_bottom}", |
| 25 | + "position_z_index": "${builder.position_z_index}", |
| 26 | + "margin": "${builder.margin}", |
| 27 | + "margin_remove_top": "${builder.margin_remove_top}", |
| 28 | + "margin_remove_bottom": "${builder.margin_remove_bottom}", |
| 29 | + "maxwidth": "${builder.maxwidth}", |
| 30 | + "maxwidth_breakpoint": "${builder.maxwidth_breakpoint}", |
| 31 | + "block_align": "${builder.block_align}", |
| 32 | + "block_align_breakpoint": "${builder.block_align_breakpoint}", |
| 33 | + "block_align_fallback": "${builder.block_align_fallback}", |
| 34 | + "text_align": "${builder.text_align_justify}", |
| 35 | + "text_align_breakpoint": "${builder.text_align_breakpoint}", |
| 36 | + "text_align_fallback": "${builder.text_align_justify_fallback}", |
| 37 | + "animation": "${builder.animation}", |
| 38 | + "_parallax_button": "${builder._parallax_button}", |
| 39 | + "visibility": "${builder.visibility}", |
| 40 | + "name": "${builder.name}", |
| 41 | + "status": "${builder.status}", |
| 42 | + "id": "${builder.id}", |
| 43 | + "class": "${builder.cls}", |
| 44 | + "attributes": "${builder.attrs}", |
| 45 | + "css": { |
| 46 | + "label": "CSS", |
| 47 | + "description": "Enter your own custom CSS. The following selectors will be prefixed automatically for this element: <code>.el-element</code>, <code>.el-item</code>, <code>.el-title</code>, <code>.el-meta</code>, <code>.el-content</code>, <code>.el-image</code>, <code>.el-link</code>", |
| 48 | + "type": "editor", |
| 49 | + "editor": "code", |
| 50 | + "mode": "css", |
| 51 | + "attrs": { |
| 52 | + "debounce": 500 |
| 53 | + } |
| 54 | + } |
| 55 | + }, |
| 56 | + "fieldset": { |
| 57 | + "default": { |
| 58 | + "type": "tabs", |
| 59 | + "fields": [ |
| 60 | + { |
| 61 | + "title": "Settings", |
| 62 | + "fields": [ |
| 63 | + "sorting_items" |
| 64 | + ] |
| 65 | + }, |
| 66 | + "${builder.advanced}" |
| 67 | + ] |
| 68 | + } |
| 69 | + } |
| 70 | +} |
0 commit comments