Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register Starter ACF Fields with Corresponding Bootstrap Components #7

Merged
merged 28 commits into from
Jul 30, 2021

Conversation

brianjohnhanna
Copy link
Collaborator

@brianjohnhanna brianjohnhanna commented Jul 27, 2021

This PR aims to include an easy API for sharing field definitions and templates between components and blocks. This can allow us to design back-end experiences that offer easy support for both the block editor and the default ACF fields input.

Planned support for components/blocks include:

By default, the developer will have access to use and style these components.

They can also register or de-register which components are available as blocks in the editor by using the configuration array.

It may be beneficial to build a CLI command to quickly scaffold all the necessary components to speed up the process of creating new components/blocks and to reduce documentation overhead.

@brianjohnhanna brianjohnhanna marked this pull request as ready for review July 30, 2021 19:08
@brianjohnhanna brianjohnhanna merged commit fadb90b into 9.x Jul 30, 2021
@brianjohnhanna brianjohnhanna deleted the acf-fields-and-partials branch July 30, 2021 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add alert component with corresponding fields
1 participant