Skip to content

Commit 6dbabd4

Browse files
committed
Replace TODOs with content
1 parent c449f6b commit 6dbabd4

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

docs/GETTING_STARTED.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,4 @@ These files are called `Form definitions` and are built up of:
148148
- `conditions` - used to conditionally show and hide pages and
149149
- `lists` - data used to in selection fields like [Select](https://design-system.service.gov.uk/components/select/), [Checkboxes](https://design-system.service.gov.uk/components/checkboxes/) and [Radios](https://design-system.service.gov.uk/components/radios/)
150150

151-
The [types](https://github.com/DEFRA/forms-designer/blob/main/model/src/form/form-definition/types.ts), `joi` [schema](https://github.com/DEFRA/forms-designer/blob/main/model/src/form/form-definition/index.ts) and the [examples](test/form/definitions) folder are a good place to learn about the structure of these files.
152-
153-
TODO - Link to documentation for `Form metadata`
154-
155-
TODO - Link to documentation for `Form definition`
151+
To understand the full set of options available to you, consult our [schema documentation](https://defra.github.io/forms-engine-plugin/schemas/). Specifically, the [form definition schema](https://defra.github.io/forms-engine-plugin/schemas/form-definition-v2-payload-schema).

docs/PLUGIN_OPTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The forms plugin is configured with [registration options](https://hapi.dev/api/
1515

1616
## Services
1717

18-
TODO
18+
See [our services documentation](./features/code-based/CUSTOM_SERVICES.md).
1919

2020
## Custom controllers
2121

docs/features/code-based/PAGE_VIEWS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Templates and views
22

3-
## Extending the default layout
4-
5-
TODO
3+
> [!NOTE]
4+
> DXT currently handles the page layout internally within the plugin and cannot be customised. We plan to offer this customisation as a feature, please contact us on Slack if this is urgent for you.
65
76
To override the default page template, vision and nunjucks both need to be configured to search in the `forms-engine-plugin` views directory when looking for template files.
87

0 commit comments

Comments
 (0)