You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/schemas.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
All content block types are managed in the schemas within the [Schema definitions directory](https://github.com/alphagov/content-block-manager/tree/main/app/models/schema/definitions).
6
6
7
-
Schemas are picked up by Content Block Manager via the [`Schema` class](https://github.com/alphagov/content-block-manager/blob/main/app/models/schema.rb).
7
+
Schemas are picked up by Content Block Manager via the [`Schema` class](https://github.com/alphagov/content-block-manager/blob/main/app/public/models/schema.rb).
8
8
9
9
When creating a new content block, we fetch all the supported schemas and give the user a list of valid block types to
10
10
create. Once a block type is chosen the form is then populated using all the fields within a schema's `details` object
0 commit comments