Actions
Feature #101763
openFormEditor: Add visibility to finisher
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2023-08-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Context
An editor has a finisher with several options. He wants to switch it off for reasons. To do this, the editor must delete the finisher completely. Unfortunately, there is no control of the finisher.
Possible solution
The finishers get the keyword hidden in the YAML with the default value false. The FormEditor is extended with a button and controls this new value. For space reasons, the padding on the left of the finisher can be removed.
Actions