shopupcz / acfeoop
WordPress library for ACF plugin that helps to build blocks as objects for the FE.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/shopupcz/acfeoop
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
- 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