getolympus/olympus-dionysos-field-title
Composer 安装命令:
composer require getolympus/olympus-dionysos-field-title
包简介
Title field, this component is a part of the Olympus Dionysos fields.
README 文档
README
Dionysos Title Field
This component is a part of the Olympus Dionysos fields for WordPress.
composer require getolympus/olympus-dionysos-field-title
Table of contents
Field initialization • Variables definition • Title display • Release history • Contributing
Field initialization
Use the following lines to add a title field in your WordPress admin pages or custom post type's meta fields:
Note the $identifier (first ::build() parameter) is set to false because no value is stored in database.
return \GetOlympus\Dionysos\Field\Title::build(false, [ 'title' => 'The Dark Knight', 'class' => 'robin', 'level' => 2, ]);
Variables definition
| Variable | Type | Default value if not set | Accepted values |
|---|---|---|---|
title |
String | 'Title' |
empty |
class |
String | empty | empty |
level |
Integer | 2 | 1 to 6 |
Title display
The component will display:
<h{{ level }} class="zeus-title {{ class }}">{{ title|raw }}</h{{ level }}>
Release History
| Version | Note |
|---|---|
| 0.0.2 | Clean documentation |
| 0.0.1 | Initial commit |
Contributing
- Fork it (https://github.com/GetOlympus/olympus-dionysos-field-title/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
Built with ♥ by Achraf Chouk ~ (c) since a long time.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-21
