Have a bit of an odd case I hope someone can help ...
# package-development
j
Have a bit of an odd case I hope someone can help with. In a package containing two property editors I have some common config, in the angular controller for that common config I'd love to be able to call two different endpoints depending on which of the two property editors I am configuring. Can't find anything on
editorState
.. Does anyone know if it is possible to get that kind of context info within the settings controller? Otherwise I will need to keep duplicating views and controllers for no reason 😬