Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. diff --git a/Classes/Form/Field/Text.php b/Classes/Form/Field/Text.php
  2. index e7d1b4e5..e95d4e92 100644
  3. --- a/Classes/Form/Field/Text.php
  4. +++ b/Classes/Form/Field/Text.php
  5. @@ -59,6 +59,7 @@ class Text extends Input implements FieldInterface
  6. if (true === $this->getEnableRichText() && true === empty($defaultExtras)) {
  7. $typoScript = $this->getConfigurationService()->getAllTypoScript();
  8. $configuration['defaultExtras'] = $typoScript['plugin']['tx_flux']['settings']['flexform']['rteDefaults'];
  9. + $configuration['enableRichtext'] = true;
  10. } else {
  11. $configuration['defaultExtras'] = $defaultExtras;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement