Skip to content
Snippets Groups Projects

Issue #2707689: NodeForm::actions() checks for delete access on new entities

7 files
+ 671
150
Compare changes
  • Side-by-side
  • Inline
Files
7
  • 4d02e19f
    Issue #3231328 by Wim Leers, nod_: SmartDefaultSettings should select the CKE5... · 4d02e19f
    Lauri Timmanee authored
    Issue #3231328 by Wim Leers, nod_: SmartDefaultSettings should select the CKE5 plugin that minimizes creation of HTML restriction supersets
@@ -357,6 +357,9 @@ public static function fromString(string $elements_string): HTMLRestrictions {
// Omit the broad wildcard addition that FilterHtml::getHTMLRestrictions()
// always sets; it is specific to how FilterHTML works and irrelevant here.
unset($allowed_elements['*']);
// @see \Drupal\filter\Plugin\Filter\FilterHtml::getHTMLRestrictions()
// @todo remove this in https://www.drupal.org/project/drupal/issues/3226368
unset($allowed_elements['__zqh6vxfbk3cg__']);
// Postprocess tag wildcards: convert `<__preprocessed-wildcard-block__>` to
// `<$block>`.
Loading