I have seen that in C:\wamp\www\diem-aenomis\lib\vendor\diem\dmFrontPlugin\modules\dmWidget\lib\BasedmWidgetActions.class.php a list of actions that are called on every widget.
Then, i have checked the C:\wamp\www\diem-aenomis\lib\vendor\diem\dmFrontPlugin\modules\dmWidget\config\security.yml file that contains every credential definition for actions.
My "superuser" profile that has the "widget_fast_edit" right through the "front_editor" role, it can edit all of core widgets such as text, image, title ...
In my widget code, i don't have any code that hides form inputs if the user does not have the widget_edit role.
So, by default, the superuser guy should have access to this widget edition, right ?
I tried to add my own security.yml file but it does not work.
Do i have to modify the edit action of my custom widget or something ?