@wp-playground/blueprints 1.0.2 → 1.0.4

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.
@@ -83,10 +83,7 @@
83
83
  "description": "Extra libraries to preload into the Playground instance."
84
84
  },
85
85
  "constants": {
86
- "type": "object",
87
- "additionalProperties": {
88
- "type": "string"
89
- },
86
+ "$ref": "#/definitions/PHPConstants",
90
87
  "description": "PHP Constants to define on every request"
91
88
  },
92
89
  "plugins": {
@@ -188,6 +185,12 @@
188
185
  "type": "string",
189
186
  "const": "wp-cli"
190
187
  },
188
+ "PHPConstants": {
189
+ "type": "object",
190
+ "additionalProperties": {
191
+ "type": ["string", "boolean", "number"]
192
+ }
193
+ },
191
194
  "FileReference": {
192
195
  "anyOf": [
193
196
  {