@wp-playground/blueprints 1.0.15 → 1.0.16

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.
@@ -549,6 +549,12 @@
549
549
  "file": {
550
550
  "$ref": "#/definitions/FileReference",
551
551
  "description": "The file to import"
552
+ },
553
+ "importer": {
554
+ "type": "string",
555
+ "enum": ["data-liberation", "default"],
556
+ "description": "The importer to use. Possible values:\n\n- `default`: The importer from https://github.com/humanmade/WordPress-Importer\n- `data-liberation`: The experimental Data Liberation WXR importer developed at https://github.com/WordPress/wordpress-playground/issues/1894\n\nThis option is deprecated. The syntax will not be removed, but once the Data Liberation importer matures, it will become the only supported importer and the `importer` option will be ignored.",
557
+ "deprecated": true
552
558
  }
553
559
  },
554
560
  "required": ["file", "step"]