support.json
40 lines
| 1 | { |
| 2 | "name": "core/calendar", |
| 3 | "kubioSupport": { |
| 4 | "elementsEnum": { |
| 5 | "WIDGET_BOX": "widget-box", |
| 6 | "WIDGET_LINK": "widget-link", |
| 7 | "WIDGET_TABLE_HEAD": "widget-table-head", |
| 8 | "WIDGET_ALIGN_HOLDER": "widget-align", |
| 9 | "WIDGET_TABLE_BODY": "widget-table-body", |
| 10 | "WIDGET_TODAY": "widget-today" |
| 11 | }, |
| 12 | "elementsByName": { |
| 13 | "widget-box": { |
| 14 | "default": true, |
| 15 | "wrapper": true |
| 16 | }, |
| 17 | "widget-link": { |
| 18 | "selector": "a", |
| 19 | "usePrefix": true |
| 20 | }, |
| 21 | "widget-align": { |
| 22 | "selector": ".wp-block-calendar, .wp-block-calendar table", |
| 23 | "usePrefix": true |
| 24 | }, |
| 25 | "widget-table-head": { |
| 26 | "selector": "thead th", |
| 27 | "usePrefix": true |
| 28 | }, |
| 29 | "widget-table-body": { |
| 30 | "selector": "td, th", |
| 31 | "usePrefix": true |
| 32 | }, |
| 33 | "widget-today": { |
| 34 | "selector": "#today a, #today", |
| 35 | "usePrefix": true |
| 36 | } |
| 37 | } |
| 38 | } |
| 39 | } |
| 40 |