Skip to content

Commit

Permalink
#143. updated hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiller-Stoff committed Jun 2, 2022
1 parent 330d42b commit b8f40c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ collections:
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
fields:
- { label: "Type", name: "type", widget: "hidden", default: "toolcomponent" }
- { label: "Page-ID", name: "pageId", widget: "uuid", hint: "You might use this number to reference this item in another collection. Like: '/tools/components/ITEM_ID'"}
- { label: "Page-ID", name: "pageId", widget: "uuid", hint: "You might use this number to reference this item in another collection. Like: '/tools/components/PAGE-ID'"}
- { label: "Title", name: "title", widget: "string" }
- { label: "Date", name: "date", widget: "datetime" }
- { label: "Target Audience", name: "target-audience", widget: "select", options: ["VISITOR", "PROFESSIONAL"], default: ["VISITOR"], multiple: true }
Expand Down

0 comments on commit b8f40c3

Please sign in to comment.