wpextend/wp-advanced-block-theme

Installs: 138

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:JavaScript

Type:wordpress-plugin

1.6.1 2023-09-21 15:48 UTC

README

Front-end part

Components developed by front-end developer have to be placed inside the theme, under 2 directory level: by default views/components/.
Each component need to have 2 files: viewspec.json and component_name.twig

> Find more information about front-end part

Back-end part

Use WP-CLI command to generate blocks:

wp wpe-blocks generate_component_blocks

This will generate blocks/custom/ directory with all components.
You can add an override.json file in order to add or replace some component attributes/configurations.

> Theme configuration