@wp-playground/blueprints 0.6.9 → 0.6.13

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.
@@ -334,7 +334,7 @@
334
334
  },
335
335
  "SupportedPHPExtensionBundle": {
336
336
  "type": "string",
337
- "const": "kitchen-sink"
337
+ "enum": ["kitchen-sink", "light"]
338
338
  },
339
339
  "StepDefinition": {
340
340
  "type": "object",
@@ -519,6 +519,33 @@
519
519
  },
520
520
  "required": ["step"]
521
521
  },
522
+ {
523
+ "type": "object",
524
+ "additionalProperties": false,
525
+ "properties": {
526
+ "progress": {
527
+ "type": "object",
528
+ "properties": {
529
+ "weight": {
530
+ "type": "number"
531
+ },
532
+ "caption": {
533
+ "type": "string"
534
+ }
535
+ },
536
+ "additionalProperties": false
537
+ },
538
+ "step": {
539
+ "type": "string",
540
+ "const": "importWxr"
541
+ },
542
+ "file": {
543
+ "$ref": "#/definitions/FileReference",
544
+ "description": "The file to import"
545
+ }
546
+ },
547
+ "required": ["file", "step"]
548
+ },
522
549
  {
523
550
  "type": "object",
524
551
  "additionalProperties": false,