Steve Ross steve
steve pushed to dev at framework/bedrock 2025-12-19 12:29:44 +00:00
706f04d91d add css class name helper functions for blocks
3d51f8f735 move restAPI class to utilities
39444a6898 fix editor styles after wp update
Compare 3 commits »
steve pushed to main at framework/sage 2025-12-18 11:17:55 +00:00
9a8df23529 remove console.log from block js
1d3a8477ee remove unused css
fc49265cb9 setup endpoints class and add container widths for blocks
8ffec45182 integrating attributes
002f33c5e1 remove autoload_psr4 for old block approach
Compare 5 commits »
steve pushed to dev at framework/bedrock 2025-12-18 11:01:58 +00:00
a4d764b510 remove console.log from block js
beb4ca8e6c remove unused css
e11cdede0b setup endpoints class and add container widths for blocks
007bc6cbac integrating attributes
5a3d5f148a remove autoload_psr4 for old block approach
Compare 5 commits »
steve pushed to main at framework/sage 2025-12-15 18:36:15 +00:00
fd4ee11d26 tweak editor styles
ae6eec5848 remove old style acf block
f0d8cb2065 use standard block.json method with ACF blocks
Compare 3 commits »
steve pushed to dev at framework/bedrock 2025-12-15 18:34:16 +00:00
a53a0c2cc0 tweak editor styles
steve pushed to dev at framework/bedrock 2025-12-15 18:24:53 +00:00
43b5e39f10 remove old style acf block
steve pushed to dev at framework/bedrock 2025-12-15 18:10:13 +00:00
9fd6afa1e1 use standard block.json method with ACF blocks
steve pushed to dev at framework/bedrock 2025-12-15 18:09:42 +00:00
5015672eff composer update
steve pushed to main at framework/sage 2025-12-13 14:24:39 +00:00
d47b3fdb07 auto-registering blocks in php and javascript with dynamic enqueuing of associated styles and scripts with support for scss and blade
da8097e7c3 cleanup allowed_blocks logic and add mechanism for disabling blade template for specific block
917150bbe6 a working react/php dynamic wordpress block example integrated with the Vite build process
Compare 3 commits »
steve pushed to dev at framework/bedrock 2025-12-13 14:22:50 +00:00
ac5351c8c7 auto-registering blocks in php and javascript with dynamic enqueuing of associated styles and scripts with support for scss and blade
steve pushed to dev at framework/bedrock 2025-12-12 13:12:42 +00:00
f8d5bb5aa2 cleanup allowed_blocks logic and add mechanism for disabling blade template for specific block
steve pushed to dev at framework/bedrock 2025-12-10 19:44:41 +00:00
1275c503a7 a working react/php dynamic wordpress block example integrated with the Vite build process
steve pushed to main at framework/sage 2025-12-09 22:42:41 +00:00
b16bd77355 restrict core blocks to inner blocks of specified parent blocks. blocks blocks blocks
7d1beee2da stop loading blocks in main app.js
292fc01370 block whitelist json
68a42deebb remove BadExample css
f6ba2ea71b remove old code
Compare 12 commits »
steve pushed to dev at framework/bedrock 2025-12-09 22:40:50 +00:00
21d6f20a00 restrict core blocks to inner blocks of specified parent blocks. blocks blocks blocks
steve pushed to dev at framework/bedrock 2025-12-09 22:14:50 +00:00
e692225429 stop loading blocks in main app.js
76290560de block whitelist json
73aaf300ae remove BadExample css
ddbc6ad468 remove old code
70988bf19b move Blocks.php stuff alongside top level includes
Compare 12 commits »
steve pushed to main at framework/sage 2025-11-27 07:16:41 +00:00
0055a25420 new text editor block that contains core blocks as inner blocks and prevents them from being used at top level
steve pushed to dev at framework/bedrock 2025-11-27 07:14:38 +00:00
1368386cc4 new text editor block that contains core blocks as inner blocks and prevents them from being used at top level
steve pushed to main at framework/sage 2025-11-23 17:37:20 +00:00
00d0861014 default content block that uses core inner blocks
de94d0e68e update vite base path
Compare 2 commits »
steve pushed to dev at framework/bedrock 2025-11-23 17:34:55 +00:00
0400a80874 default content block that uses core inner blocks
steve pushed to dev at framework/bedrock 2025-11-22 20:51:31 +00:00
5165d99e5b update vite base path