document that HTML filter should go before codefilter

Created on 6 August 2023, about 1 year ago
Updated 8 August 2023, about 1 year ago

Problem/Motivation

      'filter_html' => [
        'settings' => [
          // TODO document div and code! and br!
          'allowed_html' => '<div class> <code> <p> <br>',
        ],
      ],

Might be made obsolete by 🐛 use FilterInterface::prepare() to escape things Fixed as I have a hunch that that will mean we reverse the recommended order of our filter and html filter.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

2.0

Component

Documentation

Created by

🇬🇧United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024