Skip to content

Commit 3d1913f

Browse files
committed
add instructions for adding new schema
1 parent 51cecf2 commit 3d1913f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/content-modelling/schemas/adding-a-new-content-block-type.html.md.erb

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ layout: multipage_layout
88

99
To add a new content block type, follow the instructions below:
1010

11+
## Add the new type to Content Data API
12+
13+
We need to add the new type to the `no_content` Parser as they do not need frontend Parsers, [as in this commit](https://github.com/alphagov/content-data-api/commit/e02a85381dac95a7a08964e81587a1b49e384554)
14+
15+
## Open a pull request
16+
17+
Once these changes are made, open a pull request to Content Data API and get it approved
18+
1119
## Create a new schema in Publishing API
1220

1321
Follow steps 1 to 5 in the [instructions in Publishing API for adding a new schema](https://github.com/alphagov/publishing-api/blob/main/docs/content_schemas/adding-a-new-schema.md)

0 commit comments

Comments
 (0)