@rmdes/indiekit-post-type-page 1.0.1 → 1.0.2

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.
@@ -1,6 +1,7 @@
1
- {# Hidden marker field that triggers post-type-discovery to identify as "page" #}
1
+ {# Marker field that triggers post-type-discovery to identify as "page" #}
2
2
  {{ input({
3
3
  name: "page",
4
- type: "hidden",
5
- value: "true"
4
+ type: "text",
5
+ value: "true",
6
+ label: "Page Type Marker (DEBUG - should be hidden)"
6
7
  }) | indent(2) }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-post-type-page",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Page post type for Indiekit - creates root-level slash pages like /about, /now, /uses",
5
5
  "keywords": [
6
6
  "indiekit",