chore: activate RW in getstarted category and address schemas

This commit is contained in:
Marc-Roig 2023-04-24 11:58:56 +02:00
parent 256dd95f8e
commit 2154952a3b
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@
"name": "Address" "name": "Address"
}, },
"options": { "options": {
"reviewWorkflows": true,
"draftAndPublish": false "draftAndPublish": false
}, },
"pluginOptions": {}, "pluginOptions": {},

View File

@ -9,8 +9,8 @@
"name": "Category" "name": "Category"
}, },
"options": { "options": {
"draftAndPublish": true, "reviewWorkflows": true,
"comment": "" "draftAndPublish": true
}, },
"pluginOptions": { "pluginOptions": {
"i18n": { "i18n": {