zouloux / wps-bare-fields
ACF Pro with blueprints
Installs: 405
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-muplugin
Requires
- php: ^8.3
- dev-main
- 0.6.26
- 0.6.25
- 0.6.24
- 0.6.23
- 0.6.22
- 0.6.21
- 0.6.20
- 0.6.19
- 0.6.18
- 0.6.17
- 0.6.16
- 0.6.15
- 0.6.14
- 0.6.13
- 0.6.12
- 0.6.11
- 0.6.10
- 0.6.9
- 0.6.8
- 0.6.7
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
This package is auto-updated.
Last update: 2025-07-11 13:34:23 UTC
README
ACF Pro with blueprints. Handle ACF field management in PHP files with a heavily typed structure.
This plugin is still WIP so not documented yet.
What it does :
- Use git with your ACF fields, no JSON, no DB fields
- Type your field structure, no mistakes
- Multi-lang is included, no need for a multi-lang plugin
- Better for headless Wordpress
- Add drag and drop in the admin on post list to set orders
- Use blueprints to create complex structure
- Fill admin fields with custom data ( query the db, request AirTable, etc ... )
- Manage upload sizes and formats ( with webp and color extraction )
- Query documents from blueprints easily
What it does not :
- No multi-lang management for native Wordpress theming or Timber
Dependencies
Dependencies to install in composer.json
at root of your Wordpress project with Bedrock.
"vinkla/extended-acf": "^14.3"
"wpengine/advanced-custom-fields-pro": "^6.3"
Documentation
WIP
TODO
beta :
- Décider si on renomme :
- Attachment en AttachementVO,
- ImageAttachement en ImageAttachementVO
- etc
- Document
- Finir fetchContent / fetchExcerpt / fetchAuthor / fetchTags / fetchCategories
- TranslationHelpers::getDateFormat
- Faire système pour gérer entièrement le menu Admin
v1
- Faire une doc minimaliste correct
- Faire project example
- Publication GitHub