Download the PHP package getolympus/olympus-dionysos-field-rte without Composer
On this page you can find all versions of the php package getolympus/olympus-dionysos-field-rte. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download getolympus/olympus-dionysos-field-rte
More information about getolympus/olympus-dionysos-field-rte
Files in getolympus/olympus-dionysos-field-rte
Download getolympus/olympus-dionysos-field-rte
More information about getolympus/olympus-dionysos-field-rte
Files in getolympus/olympus-dionysos-field-rte
Vendor getolympus
Package olympus-dionysos-field-rte
Short Description RTE field, this component is a part of the Olympus Dionysos fields.
License MIT
Homepage https://github.com/GetOlympus/olympus-dionysos-field-rte
Package olympus-dionysos-field-rte
Short Description RTE field, this component is a part of the Olympus Dionysos fields.
License MIT
Homepage https://github.com/GetOlympus/olympus-dionysos-field-rte
Please rate this library. Is it a good library?
Informations about the package olympus-dionysos-field-rte

Dionysos Rte Field
This component is a part of the Olympus Dionysos fields for WordPress.
It uses the default WordPress RTE field.
Table of contents
Contributing
Field initialization
Use the following lines to add a rte field
in your WordPress admin pages or custom post type meta fields:
Variables definition
Variable | Type | Default value | Accepted value | Description |
---|---|---|---|---|
title |
String | 'Rte' |
empty | |
default |
String | empty | empty | Sets default value if none found |
description |
String | empty | empty | |
settings |
Array | see Field initialization | see WordPress reference | For rte mode only |
Retrive data
Retrieve your value from Database with a simple get_option('my_rte_field_id', '')
(see WordPress reference):
Release History
Version | Note |
---|---|
0.0.1 | Initial commit |
Contributing
- Fork it (https://github.com/GetOlympus/olympus-dionysos-field-rte/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.
All versions of olympus-dionysos-field-rte with dependencies
PHP Build Version
Package Version
No informations.
The package getolympus/olympus-dionysos-field-rte contains the following files
Loading the files please wait ....