WP Manifestindependent plugin directory
manifest / developer / acf-field-material-color

Advanced Custom Fields: Material Color

Advanced Custom Fields: Material Color Picker

by Bart Ligthart · github.com/bartligthart/acf-field-material-color · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/bartligthart/acf-field-material-color/archive/refs/heads/master.zip

Readme

Advanced Custom Fields: Material Color Picker

Select a Color from Google's Material Design color palette and output the hex code.


Description

Select a Color from Google's Material Design color palette and output the hex code.

Use it like this: <span style="color: <?php the_field('color'); ?>>">Lorem Ipsum Dolar</span>

Compatibility

This ACF field type is compatible with:

  • ACF 5

Installation

  1. Copy the acf-field-material-color folder into your wp-content/plugins folder
  2. Activate the Advanced Custom Fields: Material Color plugin via the plugins admin page
  3. Create a new field via ACF and select the Material Color type
  4. Please refer to the description for more info regarding the field type settings

Changelog

Please see readme.txt for changelog

Read the full README on GitHub →