From 5b9288cb8ae9952a4370e76139f79c0810911027 Mon Sep 17 00:00:00 2001 From: Nic Date: Wed, 21 Feb 2024 22:40:02 -0600 Subject: [PATCH] UPDATE readme with context on non-db fields (#7) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 558fc89..d9ddd36 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A module allowing CMS users to define layouts, known as "skeletons", that provide a predefined set of elements when a page is created. -This module relies on native `$cascade_duplicates` settings to ensure sample content, files, images, etc. are copied to the page as a starter. The feature allowing pre-populated content and objects is configurable. [See the documentation for that feature here](). +This module relies on native `$cascade_duplicates` settings to ensure sample content, files, images, etc. are copied to the page as a starter. The feature allowing pre-populated content and objects is configurable, see below. ## Requirements @@ -28,6 +28,10 @@ Dynamic\ElememtalTemplates\Models\Template: A config like the above is not inherintly included in the module as it may not be a desirable effect/the type of predefined content may be unique for you project. +## Roadmap + +We understand the current methodology does not allow for configuring population definitions outside of database fields. We're working on adding this feature as it is clearly something that is beneficial. + ## License See [License](LICENSE.md)