Add small subtitle and small title styles to rich HTML
This commit is contained in:
parent
53a7350e57
commit
eaec882c60
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ settings:
|
|||
language:
|
||||
language_list: un
|
||||
stylescombo:
|
||||
styles: 'p.subtitle.is-mono.is-4|Mono subtitle'
|
||||
styles: "p.subtitle.is-mono.is-4|Mono subtitle\r\np.title.is-5.is-spaced|Small title\r\np.subtitle.is-6|Small subtitle"
|
||||
linebreaks:
|
||||
method: force
|
||||
image_upload:
|
||||
|
|
|
@ -16,7 +16,7 @@ filters:
|
|||
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> <br> <span> <img src alt data-entity-type data-entity-uuid data-align data-caption width height> <p class="subtitle is-mono is-4">'
|
||||
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> <br> <span> <img src alt data-entity-type data-entity-uuid data-align data-caption width height> <p class="subtitle is-mono is-4 title is-5 is-spaced is-6">'
|
||||
filter_html_help: false
|
||||
filter_html_nofollow: false
|
||||
filter_align:
|
||||
|
|
Loading…
Reference in a new issue