-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
36 lines (32 loc) · 1.25 KB
/
registry.json
File metadata and controls
36 lines (32 loc) · 1.25 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
{
"_readme": "Marble CMS Plugin Registry — https://github.com/marblecms/plugins",
"_docs": "To list your plugin here, open a Pull Request. See CONTRIBUTING.md for the schema.",
"marblecms/marble-ecommerce": {
"verified": true,
"featured": true,
"tags": ["ecommerce", "shop", "stripe", "orders", "products"],
"screenshots": [],
"readme_url": "https://github.com/marblecms/plugin-ecommerce#readme"
},
"marblecms/marble-seo": {
"verified": true,
"featured": true,
"tags": ["seo", "sitemap", "meta", "og", "json-ld", "robots"],
"screenshots": [],
"readme_url": "https://github.com/marblecms/plugin-seo#readme"
},
"marblecms/marble-newsletter": {
"verified": true,
"featured": true,
"tags": ["newsletter", "email", "campaigns", "subscribers", "mailing"],
"screenshots": [],
"readme_url": "https://github.com/marblecms/plugin-newsletter#readme"
},
"marblecms/marble-translate": {
"verified": true,
"featured": true,
"tags": ["translate", "deepl", "google-translate", "i18n", "multilingual"],
"screenshots": [],
"readme_url": "https://github.com/marblecms/plugin-translate#readme"
}
}