Commit Graph

126 Commits

Author SHA1 Message Date
d0aff1dda1 acf stylised icon select for solid and regular sets 2026-02-12 19:40:00 +00:00
6d710c603e set image block width and height based on selected size, not the lazy size 2026-02-11 15:49:13 +00:00
449ebe65bb update fontawesome integration and add kit support 2026-02-10 15:22:19 +00:00
d892714026 handle empty content error in core/image block 2026-02-10 13:40:24 +00:00
a9528116e1 supporess acf load error 2026-02-10 11:43:44 +00:00
910dad6c51 add favicon support 2026-02-10 11:43:27 +00:00
8b0d40f13a core/image: only output <figure> rather than complete html document 2026-02-05 20:45:54 +00:00
55aa23b785 wp core image block: parse html and add lightbox link 2026-02-05 14:34:36 +00:00
c136756962 article block: more core block styles 2026-02-05 11:59:32 +00:00
040f0cf464 base article block styles 2026-02-03 22:54:29 +00:00
ea0e3478cd app/blocks: comments for filters and actions 2026-02-03 17:18:39 +00:00
8b7a71c883 fix indent 2026-02-03 12:57:39 +00:00
6cc3aa2b30 remove inline css output from core wp blocks 2026-02-03 12:54:19 +00:00
16cabcf2b5 expose new image sizes to javascript and properly get specified image sizes in react 2026-01-05 17:23:59 +00:00
4607d85457 add hero image size 2026-01-05 13:39:24 +00:00
05f580d078 acf blocks: adjust padding and contrast controls 2026-01-04 17:55:34 +00:00
468fd85f65 most block lists to json files 2026-01-04 17:54:46 +00:00
071a7effc2 adjust colour php functions 2026-01-04 17:53:45 +00:00
205d730cd9 basic article block backend working 2026-01-03 10:31:24 +00:00
49ef33cffc block background image settings 2026-01-02 20:21:33 +00:00
03e5667240 cleanup unused theme hook 2026-01-02 18:54:16 +00:00
cd5751df63 block background colours and tint 2026-01-02 01:15:56 +00:00
10a72b01cf move restAPI class to utilities 2025-12-19 12:28:59 +00:00
d4b0f328f7 setup endpoints class and add container widths for blocks 2025-12-18 10:59:25 +00:00
b142262fae remove old style acf block 2025-12-15 18:24:46 +00:00
d84c70ad94 use standard block.json method with ACF blocks 2025-12-15 18:10:06 +00:00
f718532c8f auto-registering blocks in php and javascript with dynamic enqueuing of associated styles and scripts with support for scss and blade 2025-12-13 14:22:42 +00:00
157c79a56b cleanup allowed_blocks logic and add mechanism for disabling blade template for specific block 2025-12-12 13:12:37 +00:00
9013516782 a working react/php dynamic wordpress block example integrated with the Vite build process 2025-12-10 19:44:32 +00:00
cb671d00a8 restrict core blocks to inner blocks of specified parent blocks. blocks blocks blocks 2025-12-09 22:40:44 +00:00
06b90a75d0 remove old code 2025-12-09 22:09:49 +00:00
1e8b173d31 move Blocks.php stuff alongside top level includes 2025-12-09 22:07:50 +00:00
bae8ecb72b new text editor block that contains core blocks as inner blocks and prevents them from being used at top level 2025-11-27 07:14:31 +00:00
3a8f82cc42 default content block that uses core inner blocks 2025-11-23 17:34:49 +00:00
b404580499 pull in v11.0.1 from upstream 2025-10-30 21:40:17 +00:00
Brandon
be765102ef 🎨 Simplify the default Composers (#3250) 2025-03-26 21:24:04 -05:00
Brandon
71622502b4 🔥 Remove unnecessary HMR client setup (#3241) 2025-03-26 21:21:13 -05:00
Johan van der Molen
7df0d47c08 🧑‍💻 Always import editor.css in block editor settings (#3248) 2025-03-26 20:57:56 -05:00
Andréas Lundgren
1bdf4b1aa0 🎨 Remove unused use statement in setup.php (#3238) 2025-03-04 05:35:32 -06:00
Ben Word
741b8c879c Use @roots/vite-plugin (#3231)
Co-authored-by: Brandon <brandon@tendency.me>
2025-02-22 15:13:42 -05:00
Ben Word
2ae34b9f55 Tailwind v4 (#3208)
Co-authored-by: Brandon <brandon@tendency.me>
Co-authored-by: csorrentino <cjsorren@gmail.com>
Co-authored-by: stuart <stuartjwong@gmail.com>
2025-02-02 07:53:33 -05:00
Ben Word
ff3046ed32 🔧 Use Vite for build (#3199)
Co-authored-by: Brandon Nifong <brandon@tendency.me>
2025-01-04 08:45:24 -05:00
c3e5edab8b updates from most recent website build 2024-12-20 17:09:16 +00:00
d67a9ea2ff disable comments 2024-11-06 22:56:03 +00:00
3bf359177a acf-json 2024-11-06 22:55:01 +00:00
e0ad3b5d03 custom post type and ACF json syncing 2024-11-06 22:42:07 +00:00
Brandon
7e5e789e7b 🩹 Fix the comment list output (#3184) 2024-02-02 09:36:33 -06:00
Ben Word
ba672ce51a 🩹 Comments title: Fix make-pot warning (#3178) 2024-01-18 12:56:13 -06:00
Brandon
884bfc770f 🎨 Move comment logic into a dedicated Composer (#3162)
* 🎨 Move comment logic into a dedicated Composer

* 🎨 Swap the method order
2024-01-18 12:37:47 -06:00
Brandon
eaae7ac7f9 👷 Replace phpcs with Pint (#3161)
 Add `laravel/pint` to the project
 Remove `squizlabs/php_codesniffer` from the project
🔧 Remove deprecated Composer scripts
👷 Replace phpcs with Pint
🎨 Run Pint

---------

Co-authored-by: Ben Word <ben@benword.com>
2024-01-18 12:01:21 -06:00