All Projects → mcguffin → Acf Quickedit Fields

mcguffin / Acf Quickedit Fields

Licence: gpl-3.0
WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)

Projects that are alternatives of or similar to Acf Quickedit Fields

Acf Star Rating Field
A simple star rating field for ACF.
Stars: ✭ 94 (-71.34%)
Mutual labels:  acf, wordpress-plugin
flexible-templates
Allows saving templates of the "Flexible Content" field, for easy and fast use of them on other pages.
Stars: ✭ 36 (-89.02%)
Mutual labels:  wordpress-plugin, acf
Fewbricks
Write code to create ACF field groups, fields and re-usable modules.
Stars: ✭ 100 (-69.51%)
Mutual labels:  acf, wordpress-plugin
Acf To Rest Api
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
Stars: ✭ 1,152 (+251.22%)
Mutual labels:  acf, wordpress-plugin
acf-country
ACF Country field - Display a select field of all countries, in any language.
Stars: ✭ 103 (-68.6%)
Mutual labels:  wordpress-plugin, acf
Acf Codifier
A wrapper class to help write more readable ACF field declarations.
Stars: ✭ 114 (-65.24%)
Mutual labels:  acf, wordpress-plugin
Acf Options For Polylang
A WordPress plugin for adding ACF options page support for Polylang.
Stars: ✭ 131 (-60.06%)
Mutual labels:  acf, wordpress-plugin
acf-typography
A Typography Add-on for the Advanced Custom Fields Plugin
Stars: ✭ 14 (-95.73%)
Mutual labels:  wordpress-plugin, acf
acf-swatch
ACF Color Swatch Field
Stars: ✭ 67 (-79.57%)
Mutual labels:  wordpress-plugin, acf
acf-field-boilerplate
Modernized PSR-2 boilerplate for creating custom fields for ACF5.
Stars: ✭ 54 (-83.54%)
Mutual labels:  wordpress-plugin, acf
bea-beautiful-flexible
Transform ACF's flexible layouts list into a nice and UX popup.
Stars: ✭ 19 (-94.21%)
Mutual labels:  wordpress-plugin, acf
acf-flexible-content-preview
Transforms ACF's flexible content field's layout list into a modal with image previews.
Stars: ✭ 21 (-93.6%)
Mutual labels:  wordpress-plugin, acf
acf-phone-number
A real ACF phone number field powered by libphonenumber and intl-tel-input
Stars: ✭ 68 (-79.27%)
Mutual labels:  wordpress-plugin, acf
Acf Pro Installer
A composer install helper for Advanced Custom Fields PRO
Stars: ✭ 265 (-19.21%)
Mutual labels:  acf
Acorn
WordPress plugin framework with support for key Laravel components
Stars: ✭ 286 (-12.8%)
Mutual labels:  wordpress-plugin
Commands
Java Command Dispatch Framework - (Bukkit, Spigot, Paper, Sponge, Bungee, JDA, Velocity supported, generically usable anywhere)
Stars: ✭ 266 (-18.9%)
Mutual labels:  acf
Acf Fluent
✒️ A fluent interface for the Advanced Custom Fields WordPress plugin
Stars: ✭ 264 (-19.51%)
Mutual labels:  acf
Wp Stage Switcher
WordPress plugin that allows you to switch between different environments from the admin bar
Stars: ✭ 306 (-6.71%)
Mutual labels:  wordpress-plugin
Wp Graphiql
GraphiQL IDE, fine tuned for use with WPGraphQL
Stars: ✭ 284 (-13.41%)
Mutual labels:  wordpress-plugin
Anspress
AnsPress is the most complete question and answer system for WordPress. AnsPress is made with developers in mind, highly customizable. AnsPress provide an easy to use override system for theme
Stars: ✭ 264 (-19.51%)
Mutual labels:  wordpress-plugin

ACF QuickEdit Fields

This is the official github repository of the ACF QuickEdit Fields plugin.

WordPress plugin adding Quick Edit functionality to Advanced Custom Fields Plugin (Pro and Free 5+.

Features

  • Show ACF field values in List views
    Supported ACF Fields.
  • Supports Post, Term and User list tables
  • Scalar Columns (Like Text, Number, ...) can be made sortable
  • Edit ACF Field values in Quick edit and Bulk edit

Compatibility

  • Requires WordPress 4.7+
  • Requires ACF 5.7+ (Free and Pro)
  • Requires at least PHP 5.6+

Installation

In WP Admin

Just follow the Automatic Plugin Installation procedere.

WP-CLI

wp plugin install --activate acf-quickedit-fields

Using Composer

composer require mcguffin/acf-quickedit-fields

Development

git clone [email protected]:mcguffin/acf-quickedit-fields.git
cd acf-quickedit-fields
npm install
npm run dev

Migrating from Github to WPORG

Please note that the plugin slug has chaged from acf-quick-edit-fields to acf-quickedit-fields (missing a dash in the middle). You can safely delete the old version 2.x and re-install the plugin on plugins page.

Development

npm scripts:

  • npm run dev: Watch css and js soure dirs
  • npm run test: load some test fields
  • npm run dev-test: load some test fields and watch css and js soure dirs
  • npm run dashicons: Generate dashicons scss variables from source
  • npm run i18n: generate .pot file
  • npm run rollback: remove last commit (local and remote – use with caution!)

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].