Umbraco BackOffice - Title input exposed to child controllers?
Hi all,
Is it possible to expose or share the value of the input inside the class "umb-headline-editor-wrapper" to child controllers without having to modify any OOTB umbraco files?
What I have done so far is created a custom data type that contains a description, URL picker, icon picker and colour picker. When you choose or update these they appear in a preview of what this will look like in the front end. The only thing I am now missing is the title.
I'm sorry if I am explaining this quite difficult to understand but I have only recently got into angular.
Umbraco BackOffice - Title input exposed to child controllers?
Hi all,
Is it possible to expose or share the value of the input inside the class "umb-headline-editor-wrapper" to child controllers without having to modify any OOTB umbraco files?
What I have done so far is created a custom data type that contains a description, URL picker, icon picker and colour picker. When you choose or update these they appear in a preview of what this will look like in the front end. The only thing I am now missing is the title.
I'm sorry if I am explaining this quite difficult to understand but I have only recently got into angular.
Thanks in advance!
Just to update this...
I found out how I am able to get the Title input.
You have to inject the editorState into your controller and then watch for editorState.current.name to be updated.
is working on a reply...