- Issue created by @dominikc24
PHP Fatal error: Drupal\\colored_field_counter\\Plugin\\Field\\FieldWidget\\SimpleWysiwygSummaryWidget and Drupal\\colored_field_counter\\Plugin\\Field\\FieldWidget\\BaseSimpleTrait define the same property ($isWysiwyg) in the composition of Drupal\\colored_field_counter\\Plugin\\Field\\FieldWidget\\SimpleWysiwygSummaryWidget. However, the definition differs and is considered incompatible. Class was composed in /srv/app/drupal/web/modules/contrib/colored_field_counter/src/Plugin/Field/FieldWidget/SimpleWysiwygSummaryWidget.php on line 21"}
Open manage form display with a field using the widge
BaseSimpleTrait {
- /**
- * Is text field a wysiwyg.
- *
- * @var boolean
- */
- protected $isWysiwyg = false;
SimpleLinkWidget, SimpleStringTextareaWidget, SimpleStringTextfieldWidget {
+ /**
+ * Is text field a wysiwyg.
+ *
+ * @var boolean
+ */
+ protected $isWysiwyg = false;
Active
1.1
Code