An open API service indexing awesome lists of open source software.

https://github.com/log1x/acf-sidebar-selector


https://github.com/log1x/acf-sidebar-selector

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ACF Sidebar Selector

![Latest Stable Version](https://img.shields.io/packagist/v/log1x/acf-sidebar-selector?style=flat-square)
![Total Downloads](https://img.shields.io/packagist/dt/log1x/acf-sidebar-selector?style=flat-square)
![Build Status](https://img.shields.io/github/actions/workflow/status/log1x/acf-sidebar-selector/compatibility.yml?branch=master&style=flat-square)

A simple sidebar select field for Advanced Custom Fields that uses Select2.

## Requirements

- [PHP](https://secure.php.net/manual/en/install.php) >= 7.1.3

## Installation

### Bedrock

Install via Composer:

```bash
$ composer require log1x/acf-sidebar-selector
```

### Manual

Download the release `.zip` and install into `wp-content/plugins`.

## Bug Reports

If you discover a bug in ACF Sidebar Selector, please [open an issue](https://github.com/log1x/acf-sidebar-selector/issues).

## Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

## License

ACF Sidebar Selector is provided under the [MIT License](https://github.com/log1x/acf-sidebar-selector/blob/master/LICENSE.md).