Skip to content

Commit ec82d54

Browse files
committed
fix: remove reference to non-existing field
It should fix errors like: Missing unpublished entry id or collection and slug
1 parent 42bac15 commit ec82d54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/admin/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ collections:
2525
create: true
2626
label: Modules
2727
folder: content/module
28-
slug: "{{ technical_name }}"
2928
fields:
3029
- { label: "Technical name", name: "slug", widget: "string" }
3130
- { label: "Human-readable name", name: "title", widget: "string" }

0 commit comments

Comments
 (0)