presto-8.x-2.2/config/optional/filter.format.basic_html.yml
config/optional/filter.format.basic_html.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | langcode: en status: true dependencies: module: - editor - entity_embed name: 'Basic HTML' format: basic_html weight: 0 roles: - authenticated filters: filter_html: id: filter_html provider: filter status: true weight: -10 settings: allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <img src alt height width data-entity-type data-entity-uuid data-align data-caption> <drupal-entity data-entity-type data-entity-uuid data-entity-embed-display data-entity-embed-display-settings data-align data-caption data-embed-button>' filter_html_help: false filter_html_nofollow: false filter_align: id: filter_align provider: filter status: true weight: 7 settings: { } filter_caption: id: filter_caption provider: filter status: true weight: 8 settings: { } editor_file_reference: id: editor_file_reference provider: editor status: true weight: 11 settings: { } entity_embed: id: entity_embed provider: entity_embed status: true weight: 0 settings: { } |