-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.json
More file actions
101 lines (101 loc) · 3.64 KB
/
plugins.json
File metadata and controls
101 lines (101 loc) · 3.64 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"lw-seo": {
"name": "LW SEO",
"description": "Essential SEO features without the bloat.",
"icon": "dashicons-search",
"icon_color": "#2271b1",
"icon_svg": "https://raw.githubusercontent.com/lwplugins/registry/main/icons/lw-seo.svg",
"constant": "LW_SEO_VERSION",
"settings_page": "lw-seo",
"github": "https://github.com/lwplugins/lw-seo",
"status": "beta"
},
"lw-disable": {
"name": "LW Disable",
"description": "Disable WordPress features like comments.",
"icon": "dashicons-dismiss",
"icon_color": "#d63638",
"icon_svg": "https://raw.githubusercontent.com/lwplugins/registry/main/icons/lw-disable.svg",
"constant": "LW_DISABLE_VERSION",
"settings_page": "lw-disable",
"github": "https://github.com/lwplugins/lw-disable",
"status": "beta"
},
"lw-site-manager": {
"name": "LW Site Manager",
"description": "Site maintenance via AI/REST using Abilities API.",
"icon": "dashicons-admin-tools",
"icon_color": "#135e96",
"icon_svg": "https://raw.githubusercontent.com/lwplugins/registry/main/icons/lw-site-manager.svg",
"constant": "LW_SITE_MANAGER_VERSION",
"settings_page": "lw-site-manager",
"github": "https://github.com/lwplugins/lw-site-manager",
"status": "beta"
},
"lw-zenadmin": {
"name": "LW ZenAdmin",
"description": "Clean up your admin — notices sidebar & widget manager.",
"icon": "dashicons-visibility",
"icon_color": "#8e44ad",
"icon_svg": "https://raw.githubusercontent.com/lwplugins/registry/main/icons/lw-zenadmin.svg",
"constant": "LW_ZENADMIN_VERSION",
"settings_page": "lw-zenadmin",
"github": "https://github.com/lwplugins/lw-zenadmin",
"status": "stable"
},
"lw-lms": {
"name": "LW LMS",
"description": "Courses, lessons, and progress tracking.",
"icon": "dashicons-welcome-learn-more",
"icon_color": "#0097a7",
"icon_svg": "https://raw.githubusercontent.com/lwplugins/registry/main/icons/lw-lms.svg",
"constant": "LW_LMS_VERSION",
"settings_page": "lw-lms",
"github": "https://github.com/lwplugins/lw-lms",
"status": "beta"
},
"lw-cookie": {
"name": "LW Cookie",
"description": "GDPR-compliant cookie consent banner.",
"icon": "dashicons-shield",
"icon_color": "#d4a017",
"icon_svg": "https://raw.githubusercontent.com/lwplugins/registry/main/icons/lw-cookie.svg",
"constant": "LW_COOKIE_VERSION",
"settings_page": "lw-cookie",
"github": "https://github.com/lwplugins/lw-cookie",
"status": "stable"
},
"lw-enable": {
"name": "LW Enable",
"description": "Enable WordPress features: SVG uploads and more.",
"icon": "dashicons-yes-alt",
"icon_color": "#43a047",
"icon_svg": "https://raw.githubusercontent.com/lwplugins/registry/main/icons/lw-enable.svg",
"constant": "LW_ENABLE_VERSION",
"settings_page": "lw-enable",
"github": "https://github.com/lwplugins/lw-enable",
"status": "beta"
},
"lw-translate": {
"name": "LW Translate",
"description": "Manage WordPress translations from community repositories.",
"icon": "dashicons-translation",
"icon_color": "#0073aa",
"icon_svg": "https://raw.githubusercontent.com/lwplugins/registry/main/icons/lw-translate.svg",
"constant": "LW_TRANSLATE_VERSION",
"settings_page": "lw-translate",
"github": "https://github.com/lwplugins/lw-translate",
"status": "beta"
},
"lw-pixel": {
"name": "LW Pixel",
"description": "Tracking pixels: Meta, GA4, Ads, GTM, TikTok, Pinterest, Bing, Reddit, Snapchat, X.",
"icon": "dashicons-marker",
"icon_color": "#2b65f6",
"icon_svg": "https://raw.githubusercontent.com/lwplugins/registry/main/icons/lw-pixel.svg",
"constant": "LW_PIXEL_VERSION",
"settings_page": "lw-pixel",
"github": "https://github.com/lwplugins/lw-pixel",
"status": "beta"
}
}