forked from VaLeXaR/wp-multilang
-
Notifications
You must be signed in to change notification settings - Fork 1
/
core-config.json
55 lines (55 loc) · 972 Bytes
/
core-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"post_types": {
"page": {},
"post": {},
"attachment": {},
"nav_menu_item": {
"attr_title": {},
"title": {}
},
"any": {},
"customize_changeset": null,
"revision": null
},
"post_fields": {
"_wp_attachment_image_alt": {}
},
"taxonomies": {
"category" : {},
"post_tag" : {}
},
"term_fields": {},
"user_fields": {},
"comment_fields": {},
"admin_pages": [
"upload",
"nav-menus",
"options-general",
"widgets",
"settings-network",
"site-settings-network"
],
"options": {
"blogname": {},
"blogdescription": {}
},
"site_options": {
"site_name": {},
"welcome_email": {},
"first_post": {},
"welcome_user_email": {},
"first_page": {},
"first_comment": {}
},
"widgets": {
"media_image": {
"caption": {},
"alt": {},
"image_title": {}
},
"custom_html": {
"content": {}
}
},
"admin_html_tags": {}
}