@loopress/cli 0.15.0 → 0.16.0

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.
@@ -19,6 +19,11 @@
19
19
  "description": "Directory where code snippets are read from and written to, relative to rootDir.",
20
20
  "default": "snippets"
21
21
  },
22
+ "acfDir": {
23
+ "type": "string",
24
+ "description": "Directory where ACF field groups, post types, taxonomies and options pages are read from and written to, relative to rootDir.",
25
+ "default": "acf"
26
+ },
22
27
  "projectId": {
23
28
  "type": "string",
24
29
  "description": "Project identifier from the global Loopress config. When set, takes precedence over the currently active project in the global config."