I'm very new to working with Dojo to change the look of the CMS. I'm trying to add a string with the block ID after the "Visible to": "All manage" in the top part of the if CMS editing.
But I don't really understand how this should happen - I tried widgets, but they only go into specific areas, I tried to look into EditorDescriptors, but it doesn't seem to be related, and only works on specific fields.
To be fair, I'm a bit lost here - any help would be great - idealy a suggestion and/or a code example. I did find the Dojo source files, but they are vert convoluted for a beginner like myself.
P.S. I do have experience with JavaScript, so I can understand Dojo syntax, but I couldn't find many tutorials to actually follow the logic between the C# code, plugin-ing into a specific area (which is which in my case?), what to write in the dojo file?
Good day,
I'm very new to working with Dojo to change the look of the CMS. I'm trying to add a string with the block ID after the "Visible to": "All manage" in the top part of the if CMS editing.
But I don't really understand how this should happen - I tried widgets, but they only go into specific areas, I tried to look into EditorDescriptors, but it doesn't seem to be related, and only works on specific fields.
To be fair, I'm a bit lost here - any help would be great - idealy a suggestion and/or a code example. I did find the Dojo source files, but they are vert convoluted for a beginner like myself.
P.S. I do have experience with JavaScript, so I can understand Dojo syntax, but I couldn't find many tutorials to actually follow the logic between the C# code, plugin-ing into a specific area (which is which in my case?), what to write in the dojo file?
Thanks for any help