#Prepopulate an Element Type
1 messages · Page 1 of 1 (latest)
I've created block list items programmatically - there some docs on this here -> https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor#creating-blocklist-programmatically
There are also Editor Model notifications which allow you to manipulate a model before it's sent to the editor - https://docs.umbraco.com/umbraco-cms/reference/notifications/editormodel-notifications
It will be complex, but some combination of those might get you there?
Sorry not to have responded sooner. Thanks for this. EditorModel Notifications is the answer.