@wp-playground/blueprints 0.9.13 → 0.9.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blueprint-schema.json +4 -2
- package/index.cjs +48 -55
- package/index.js +810 -5469
- package/package.json +2 -2
package/blueprint-schema.json
CHANGED
|
@@ -95,7 +95,8 @@
|
|
|
95
95
|
}
|
|
96
96
|
]
|
|
97
97
|
},
|
|
98
|
-
"description": "WordPress plugins to install and activate"
|
|
98
|
+
"description": "WordPress plugins to install and activate",
|
|
99
|
+
"deprecated": "This experimental option will change without warning.\nUse `steps` instead."
|
|
99
100
|
},
|
|
100
101
|
"siteOptions": {
|
|
101
102
|
"type": "object",
|
|
@@ -108,7 +109,8 @@
|
|
|
108
109
|
"description": "The site title"
|
|
109
110
|
}
|
|
110
111
|
},
|
|
111
|
-
"description": "WordPress site options to define"
|
|
112
|
+
"description": "WordPress site options to define",
|
|
113
|
+
"deprecated": "This experimental option will change without warning.\nUse `steps` instead."
|
|
112
114
|
},
|
|
113
115
|
"login": {
|
|
114
116
|
"anyOf": [
|