shopupcz/acfeoop

There is no license information available for the latest version (1.0.4) of this package.

WordPress library for ACF plugin that helps to build blocks as objects for the FE.

1.0.4 2022-11-10 14:19 UTC

This package is auto-updated.

Last update: 2024-09-15 14:19:38 UTC


README

Custom library to accompany WordPress plugin ACF for designing new block. Using a BlockBuilder class offers unified approach when designing new blogs. Custom block logic and it's template are seperated. Templates are using the PHTML extension (avoid GitHub hack code type).

Examples

For the example usages see the examples folder in the project source.

Bugs & features

Report bugs or request a custom feature Here.

Supported Blocks

  • BASIC

    • BUTTON
    • EMAIL
    • HIDDEN
    • NUMBER
    • PASSWORD
    • RANGE
    • SLUG
    • TEXT
    • TEXT_AREA
    • URL
  • CONTENT

    • CODE_EDITOR
    • FILE
    • GALLERY
    • IMAGE
    • WYSIWYG_EDITOR
    • OEMBEDED
  • CHOICE

    • BUTTON_GROUP
    • CHECKBOX
    • RADIO_BUTTON
    • SELECT
    • TRUE_FALSE
  • RELATIONAL

    • ADVANCED_LINK
    • FORMS
    • LINK
    • PAGE_LINK
    • POST_OBJECT
    • RELATIONSHIP
    • TAXONOMY
    • TAXONOMY_TERMS
    • USER
  • JQUERY

    • COLOR_PICKER
    • DATE_PICKER
    • DATE_TIME_PICKER
    • GOOGLE_MAP
    • GOOGLE_RECAPTCHA
    • TIME_PICKER
  • WORDPRESS

    • POST_STATUSES
    • POST_TYPES
    • TAXONOMIES
    • USER_ROLES
  • LAYOUT

    • ACCORDION
    • CLONE
    • COLUMN
    • DYNAMIC_MESSAGE
    • FLEXIBLE_CONTENT
    • GROUP
    • MESSAGE
    • REPEATER
    • TAB