Skip to content

Commit

Permalink
Add note about stricter rules for CT slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
SahAssar authored Nov 15, 2019
1 parent fdf887a commit 6a3bdbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ locales:
`contenttypes.yml`:

**Note: The slug of the contenttype must match the key used in
`contenttypes.yml`. In this example below it is `pages`.**
`contenttypes.yml` and be in the same format as a slugified bolt
contenttype slug. That generally means no uppercase and no special
characters. It is safest to stick to [a-z] only. In this example
below it is `pages`.**

```yaml
pages:
Expand Down

0 comments on commit 6a3bdbc

Please sign in to comment.