dekodeinteraktiv / hogan-text
Hogan 的 WYSIWYG 文本模块
1.0.6
2018-04-04 09:42 UTC
Requires
- php: >=7.0
- composer/installers: ~1.2
- dekodeinteraktiv/hogan-core: >=1.1.7
Requires (Dev)
README
安装
使用 Composer 安装模块 composer require dekodeinteraktiv/hogan-text
,或者直接下载此仓库并将其放置在 wp-content/plugins
用法
…
可用过滤器
hogan/module/text/template
用于覆盖默认模板文件。hogan/module/text/wrapper_tag
用于外部 HTML 包装标签,默认<section>
hogan/module/text/wrapper_classes
用于外部 HTML 包装 CSS 类。hogan/module/text/inner_wrapper_classes
用于内部 HTML<div>
包装类。
内容字段
hogan/module/text/content/tabs
用于 TinyMCE 编辑器标签页,默认所有。hogan/module/text/content/allow_media_upload
用于允许 TinyMCE 编辑器媒体上传,默认 1。hogan/module/text/content/toolbar
用于 TinyMCE 编辑器工具栏,默认 hogan。