HTML -> Markup

This commit is contained in:
Samuel Georges 2016-05-24 05:57:03 +10:00
parent 6d86e44279
commit 1a30c792fc
1 changed files with 10 additions and 13 deletions

View File

@ -7,14 +7,14 @@ tabs:
html_custom_styles:
label: Custom stylesheet
comment: Custom styles to include in the HTML editor.
tab: HTML Styles
tab: Markup Styles
type: codeeditor
size: giant
language: css
html_style_paragraph:
label: Paragraph
tab: HTML Classes
tab: Markup Classes
span: auto
type: datatable
columns:
@ -25,7 +25,7 @@ tabs:
html_style_link:
label: Link
tab: HTML Classes
tab: Markup Classes
span: auto
type: datatable
columns:
@ -36,7 +36,7 @@ tabs:
html_style_table:
label: Table
tab: HTML Classes
tab: Markup Classes
span: auto
type: datatable
columns:
@ -47,7 +47,7 @@ tabs:
html_style_table_cell:
label: Table Cell
tab: HTML Classes
tab: Markup Classes
span: auto
type: datatable
columns:
@ -58,7 +58,7 @@ tabs:
html_style_image:
label: Image
tab: HTML Classes
tab: Markup Classes
span: auto
type: datatable
columns:
@ -67,33 +67,30 @@ tabs:
class_name:
title: Class name
html_allow_empty_tags:
label: Allowed empty tags
comment: The list of tags that are not removed when they have no content inside.
tab: HTML Tags
tab: Markup Tags
type: textarea
span: auto
html_allow_tags:
label: Allowed tags
comment: The list of allowed tags.
tab: HTML Tags
tab: Markup Tags
type: textarea
span: auto
html_no_wrap_tags:
label: Do not wrap tags
comment: The list of tags that should not be wrapped inside block tags.
tab: HTML Tags
tab: Markup Tags
type: textarea
span: auto
html_remove_tags:
label: Remove tags
comment: The list of tags that are removed together with their content.
tab: HTML Tags
tab: Markup Tags
type: textarea
span: auto