frozzare / papi-property-color
Color picker property for Papi
Fund package maintenance!
jitesoft
Patreon
Open Collective
sponsus.org/u/jitesoft
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.3.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-26 02:05:00 UTC
README
Do not use this anymore. It exists in Papi core.
Color picker property for Papi that use the Color Picker API in WordPress. Will not work for WordPress versions lower then 3.5, read more about the color picker here.
Settings
WordPress color picker support custom palettes so you can change them with the palettes option. Read more about palettes here.
Example property with palettes setting:
$this->property([ 'type' => 'color', 'title' => 'Background color', 'slug' => 'background_color', 'settings' => [ 'palettes' => ['#000', '#fff', '#000fff'] ] ])
Installation
This property requires Papi plugin.
If you're using Composer to manage WordPress, add Papi to your project's dependencies. Run:
composer require frozzare/papi-property-color
License
MIT © Fredrik Forsmo