Created
November 17, 2012 17:02
-
-
Save BoweFrankema/4097685 to your computer and use it in GitHub Desktop.
Create a color picker Theme Options through options.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[my-color-picker] | |
type = "colorpicker" | |
title = "Text Color" | |
description = "Choose a text color" | |
style_selector = "body" | |
default_value = "#444" | |
style_property = "color" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment