Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 7ca295b

Browse files
committed
Updated developer guide with details about "Single Doc Type mode"
Closes #13
1 parent 7f42fc0 commit 7ca295b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The **Doc Type Grid Editor** supports 3 config options, all of which are optiona
8282

8383
| Member | Type | Description |
8484
|-----------------|----------|-------------|
85-
| AllowedDocTypes | String[] | An array of doc type aliases of which should be allowed to be selected in the grid editor. Strings can be REGEX patterns to allow matching groups of doc types in a single entry. e.g. "Widget$" will match all doc types with an alias ending in "Widget". |
85+
| AllowedDocTypes | String[] | An array of doc type aliases of which should be allowed to be selected in the grid editor. Strings can be REGEX patterns to allow matching groups of doc types in a single entry. e.g. "Widget$" will match all doc types with an alias ending in "Widget". However if a single doc type is matched, (aka **Single Doc Type Mode**), then dropdown selection stage (in the DTGE panel) will be skipped. |
8686
| EnablePreview | Boolean | Enables rendering a preview of the grid cell in the grid editor. |
8787
| ViewPath | String | Set's an alternative view path for where the **Doc Type Grid Editor** should look for views when rendering. Defaults to `~/Views/Partials/` |
8888

0 commit comments

Comments
 (0)