conversion-outline.json
42 lines
| 1 | { |
| 2 | "module": { |
| 3 | "video_id": "videoId.innerContent.*", |
| 4 | "url_override": "urlOverride.innerContent.*" |
| 5 | }, |
| 6 | "advanced": { |
| 7 | "admin_label": "module.meta.adminLabel", |
| 8 | "animation": "module.decoration.animation", |
| 9 | "borders": { |
| 10 | "default": "module.decoration.border" |
| 11 | }, |
| 12 | "box_shadow": { |
| 13 | "default": "module.decoration.boxShadow" |
| 14 | }, |
| 15 | "disabled_on": "module.decoration.disabledOn", |
| 16 | "filters": { |
| 17 | "default": "module.decoration.filters" |
| 18 | }, |
| 19 | "height": "module.decoration.sizing", |
| 20 | "margin_padding": "module.decoration.spacing", |
| 21 | "max_width": "module.decoration.sizing", |
| 22 | "module": "module.advanced.htmlAttributes", |
| 23 | "overflow": "module.decoration.overflow", |
| 24 | "position_fields": "module.decoration.position", |
| 25 | "scroll": "module.decoration.scroll", |
| 26 | "sticky": "module.decoration.sticky", |
| 27 | "text": "module.advanced.text", |
| 28 | "text_shadow": { |
| 29 | "default": "module.advanced.text.textShadow" |
| 30 | }, |
| 31 | "transform": "module.decoration.transform", |
| 32 | "transition": "module.decoration.transition", |
| 33 | "z_index": "module.decoration.zIndex" |
| 34 | }, |
| 35 | "css": { |
| 36 | "after": "css.*.after", |
| 37 | "free_form": "css.*.freeForm", |
| 38 | "before": "css.*.before", |
| 39 | "main_element": "css.*.mainElement" |
| 40 | } |
| 41 | } |
| 42 |