Plugin Directory

source: event-post/tags/5.9.5/inc/data/kses-tags.json @ 3087067

Last change on this file since 3087067 was 3087067, checked in by bastho, 2 months ago

Deploy v5.9.5 - Set stable tag to 5.9.5

File size: 2.2 KB
Line 
1{
2    "a": {
3        "class": [],
4        "href": [],
5        "title": [],
6        "target": []
7    },
8    "button": {
9        "class": [],
10        "data-date": [],
11        "id": [],
12        "title": [],
13        "tabindex": [],
14        "style": []
15    },
16    "i": {
17        "class": [],
18        "id": [],
19        "style": []
20    },
21    "em": {
22        "class": [],
23        "id": [],
24        "style": []
25    },
26    "b": {
27        "class": [],
28        "id": [],
29        "style": []
30    },
31    "strong": {
32        "class": [],
33        "id": [],
34        "style": []
35    },
36    "div": {
37        "data-nb": [],
38        "data-filter": [],
39        "data-tile": [],
40        "data-width": [],
41        "data-height": [],
42        "data-zoom": [],
43        "data-map_position": [],
44        "data-latitude": [],
45        "data-longitude": [],
46        "data-pop_element_schema": [],
47        "data-htmlPop_element_schema": [],
48        "data-list": [],
49        "data-disabled-interactions": [],
50        "class": [],
51        "id": [],
52        "style": []
53    },
54    "span": {
55        "class": [],
56        "id": [],
57        "style": []
58    },
59    "img": {
60        "alt": [],
61        "height": [],
62        "src": [],
63        "width": []
64    },
65    "li": {
66        "class": [],
67        "id": [],
68        "style": []
69    },
70    "ol": {
71        "class": [],
72        "id": [],
73        "style": []
74    },
75    "ul": {
76        "class": [],
77        "id": [],
78        "style": []
79    },
80    "p": {
81        "class": [],
82        "id": [],
83        "style": []
84    },
85    "caption": {
86        "class": [],
87        "id": [],
88        "style": []
89    },
90    "table": {
91        "class": [],
92        "id": [],
93        "style": []
94    },
95    "td": {
96        "colspan": [],
97        "class": [],
98        "id": [],
99        "style": []
100    },
101    "th": {
102        "scope": [],
103        "colspan": [],
104        "class": [],
105        "id": [],
106        "style": []
107    },
108    "tr": {
109        "class": [],
110        "id": [],
111        "style": []
112    },
113    "tbody": {
114        "class": [],
115        "id": [],
116        "style": []
117    },
118    "thead": {
119        "class": [],
120        "id": [],
121        "style": []
122    },
123    "tfoot": {
124        "class": [],
125        "id": [],
126        "style": []
127    }
128}
Note: See TracBrowser for help on using the repository browser.