Skip to content

Commit

Permalink
chore: update content-types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbudzins authored Jul 3, 2023
1 parent 34dd03d commit 4bb194d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Content editors will then be able to choose a content type for each media item a

In order to quickly upload the content types, you can use the yarn script included with this repository as so:

`yarn load-content-types --site-id=<site id> --api-key=<V2 api key>`
`yarn load-content-types --site-id=<site id>`

By default, the script will load the content types that the vanilla web app expects found in [content-types.json](scripts/content-types/content-types.json).
You can modify this file in your fork of the web app code or optionally specify another file to load by adding a `--source-file=<file path>` param to the yarn script call.
Expand Down

0 comments on commit 4bb194d

Please sign in to comment.