Download the PHP package schrittweiter/acf without Composer
On this page you can find all versions of the php package schrittweiter/acf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package acf
ACF Fields
Creating custom fields programmatically with the help of Wordplate/Extended ACF makes it easy to maintain and extend a clean setup for your Wordpress custom fields.
The aim of this repository is to create a pool of custom field types to spare you coding time. Feel free to extend this library.
Installation
- Run
composer require schrittweiter/acf
in your theme folder - Make sure you are autoloading your composer vendors e.g.
Usage
Now you can make use of the fields like this (Please refer to the docs of wordplate in order to understand how to setup)
and thats it! Happy creating
Supported third-party plugins
Advanced Custom Fields: Extended Pro
We have currently implemented some custom fields from ACF Extended Pro. All custom fields listed here are based on version 0.8.8.6 of the plugin.
Advanced Link
Display a modern Link Selector in a modal which allow customization. Posts, Post Types Archives & terms selection can be filtered in the field administration.
For more details visit: (https://www.acf-extended.com/features/fields/advanced-link)
Usage example:
ACF: FocusPoint
Adds a new field type to ACF allowing users to select a focal point on image.
The plugin developer is looking for sponsors, if you like this plugin, buy him a beer by clicking the Sponsor button at his repo https://github.com/ooksanen/acf-focuspoint
Usage example:
ACF OpenStreetMap Field
Adds a new field type to ACF for a hazzle free OpenStreetMap.
Usage example:
Todos
- [ ] Complete ACF-Extended integration
- [ ] Complete OpenStreetMap - documentation
- [ ] Add to wpackagist instead of packagist, since this is a WP only extension