- Issue created by @kopeboy
- 🇸🇰Slovakia kaszarobert
I looked through the
workflow_buttons
module quickly. They define a completely custom form widget for their functionality inworkflow_buttons/src/Plugin/Field/FieldWidget/WorkflowButtonsWidget.php
. Lightning Scheduler overrides somewhat the core moderation state widget here:lightning_scheduler/lightning_scheduler.module lightning_scheduler_field_widget_info_alter()
and defines its custom logic for the widget here:lightning_scheduler/src/Plugin/Field/FieldWidget/ModerationStateWidget.php
. For this to work, the 2 widget's code and logic must be combined into 1 new widget.