# Read Me

Alchemy Options is an options plugin for WordPress, simple but powerful. Inspired by [OptionTree](https://wordpress.org/plugins/option-tree/) and [Archetype](https://our.umbraco.org/projects/backoffice-extensions/archetype/).

## Features

* Multiple [WYSIWYG editors](https://docs.alchemy-options.com/v0.9/fields/editor) (including dynamic creation in a [Repeater](https://docs.alchemy-options.com/v0.9/fields/repeater) field)
* Multisite compatible with [network options](https://docs.alchemy-options.com/v0.9/samples#network-options) stored on the Network admin page
* Can be used in [Meta Boxes](https://docs.alchemy-options.com/v0.9/meta-boxes)
* Can be used as [part of a theme](https://docs.alchemy-options.com/v0.9/installation#using-alchemy-options-in-your-theme)
* [Field groups](https://docs.alchemy-options.com/v0.9/fields/field-group) and [Sections](https://docs.alchemy-options.com/v0.9/fields/sections)
* [Repeater](https://docs.alchemy-options.com/v0.9/fields/repeater) fields can be [nested](https://docs.alchemy-options.com/v0.9/fields/repeater#nested-repeaters) and allow adding repeatees of [different types](https://docs.alchemy-options.com/v0.9/fields/repeater#typed-repeaters).
* [Dynamic filter](https://docs.alchemy-options.com/v0.9/filters/alch_value_option_id) for each option before returning its value
* [Client-side helpers](https://docs.alchemy-options.com/v0.9/javascript)
* Translation ready

## Current [field types](https://docs.alchemy-options.com/v0.9/fields)

* [Text](https://docs.alchemy-options.com/v0.9/fields/text)
* [Password](https://docs.alchemy-options.com/v0.9/fields/password)
* [URL](https://docs.alchemy-options.com/v0.9/fields/url)
* [Email](https://docs.alchemy-options.com/v0.9/fields/email)
* [Tel](https://docs.alchemy-options.com/v0.9/fields/tel)
* [Textarea](https://docs.alchemy-options.com/v0.9/fields/textarea)
* [Editor (WYSIWYG)](https://docs.alchemy-options.com/v0.9/fields/editor)
* [Datepicker](https://docs.alchemy-options.com/v0.9/fields/datepicker)
* [Image upload](https://docs.alchemy-options.com/v0.9/fields/upload)
* [Radio buttons](https://docs.alchemy-options.com/v0.9/fields/radio)
* [Select](https://docs.alchemy-options.com/v0.9/fields/select)
* [Checkbox](https://docs.alchemy-options.com/v0.9/fields/checkbox)
* [Colorpicker](https://docs.alchemy-options.com/v0.9/fields/colorpicker)
* [Image radio](https://docs.alchemy-options.com/v0.9/fields/image-radio)
* [Post type select (single and multiple)](https://docs.alchemy-options.com/v0.9/fields/post-type-select)
* [Datalist](https://docs.alchemy-options.com/v0.9/fields/datalist)
* [Sections](https://docs.alchemy-options.com/v0.9/fields/sections)
* [Repeater](https://docs.alchemy-options.com/v0.9/fields/repeater)
* [Button group (with simple condition)](https://docs.alchemy-options.com/v0.9/fields/button-group)
* [Slider](https://docs.alchemy-options.com/v0.9/fields/slider)
* [Taxonomy select (single and multiple)](https://docs.alchemy-options.com/v0.9/fields/taxonomy-select)
* [Field group](https://docs.alchemy-options.com/v0.9/fields/field-group)

## Contribution

If you feel like Alchemy Options could be extended, or you think you've found a bug (most likely) please [create an issue on GitHub](https://github.com/AlchemyOptions/AlchemyOptions).

## Ready to go?

Please proceed to the [installation instructions](https://docs.alchemy-options.com/v0.9/installation) or take a look at [configuration object examples](https://docs.alchemy-options.com/v0.9/samples) to get you rolling.
