Getting the value of other properties in a custom property editor
Hello good people!
I am trying to create a SEOChecker like data type that can display the values of other properties as how they would look as a search result on, say, Google.
My thought was to simply create a property editor whose controller can get the values of for example "seoTitle", "seoDescription" and "Url" and show those as a preview. However, I am not quite sure how to get these values.
I can inject the editorState into my SeoController.js and map through the node properties, but that will not make the preview update dynamically.
Has anyone tried to do something like this? And can that one person give me any hints? I would greatly appreciate it. :)
Getting the value of other properties in a custom property editor
Hello good people!
I am trying to create a SEOChecker like data type that can display the values of other properties as how they would look as a search result on, say, Google.
My thought was to simply create a property editor whose controller can get the values of for example "seoTitle", "seoDescription" and "Url" and show those as a preview. However, I am not quite sure how to get these values.
I can inject the editorState into my SeoController.js and map through the node properties, but that will not make the preview update dynamically.
Has anyone tried to do something like this? And can that one person give me any hints? I would greatly appreciate it. :)
is working on a reply...