|
|
040f0cf464
|
base article block styles
|
2026-02-03 22:54:29 +00:00 |
|
|
|
03b49fb8c5
|
remove wysiwyg class from article block wrapper
|
2026-02-03 12:58:46 +00:00 |
|
|
|
05a75624de
|
add block READMEs
|
2026-01-04 18:03:17 +00:00 |
|
|
|
5415a8a13e
|
add placeholder markup to example block editor file
|
2026-01-04 18:02:58 +00:00 |
|
|
|
c72377a71b
|
add placeholder js to example block
|
2026-01-04 18:02:36 +00:00 |
|
|
|
01ca34a148
|
remove unused styles and scripts from article block
|
2026-01-04 18:01:53 +00:00 |
|
|
|
1907db914e
|
acf footer block can have buttons or blurb
|
2026-01-04 18:00:37 +00:00 |
|
|
|
afa130a3a5
|
add some placeholder markup to dynamic example block
|
2026-01-04 18:00:05 +00:00 |
|
|
|
405b750585
|
article block : add wysiwyg class to container
|
2026-01-04 17:59:40 +00:00 |
|
|
|
7ad2182c01
|
article block front end rendering
|
2026-01-03 13:33:13 +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 |
|
|
|
cd5751df63
|
block background colours and tint
|
2026-01-02 01:15:56 +00:00 |
|
|
|
b8f7bb77dd
|
add css class name helper functions for blocks
|
2025-12-19 12:29:38 +00:00 |
|
|
|
49a4642ff3
|
remove console.log from block js
|
2025-12-18 11:01:52 +00:00 |
|
|
|
b263e232c3
|
integrating attributes
|
2025-12-18 10:57:50 +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 |
|
|
|
bf9b4cdc7b
|
fix container width in blocks
|
2025-12-09 22:01:23 +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 |
|
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 |
|
|
|
c3e5edab8b
|
updates from most recent website build
|
2024-12-20 17:09:16 +00:00 |
|
Marcelo
|
7886aee44c
|
🩹 Add missing text domain to skip link (#3190)
|
2024-05-29 13:59:43 -05:00 |
|
Brandon
|
7e5e789e7b
|
🩹 Fix the comment list output (#3184)
|
2024-02-02 09:36:33 -06:00 |
|
Brandon
|
1e3e3258ce
|
🩹 Fix exception being thrown when listing comments (#3182)
|
2024-02-01 16:56:58 -06:00 |
|
Ben Word
|
c35cd42072
|
♿️ Add accessible names to nav elements (#3179)
* ♿️ Add accessible names to nav elements
---------
Co-authored-by: Nathan Knowler <nathan@knowler.me>
|
2024-01-18 13:18:02 -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
|
a8cb79d3ec
|
🎨 Make the Alert component anonymous (#3173)
|
2024-01-05 11:10:05 -06:00 |
|
Brandon
|
af74fb3305
|
🎨 Make the Alert component anonymous
|
2024-01-04 12:05:48 -06:00 |
|
Brandon
|
a8ed5732f2
|
🩹 Move get_header hook above wp_head() (Fixes #3171)
|
2024-01-04 00:30:48 -06:00 |
|
Brandon
|
bc0455bd2c
|
🎨 Move default theme markup to the app layout
🐛 Fix uncontrollable HTML output (Fixes #3166)
|
2023-12-18 20:15:03 -06:00 |
|
Jacek Gajewski
|
837da757a1
|
♻️ Check wp_link_pages before rendering in content-single.blade.php (#3157)
Co-authored-by: Brandon <brandon@tendency.me>
|
2023-12-08 10:44:28 -06:00 |
|
Ben Word
|
9a915f9175
|
🔍️ Posts: Use latest h-entry microformat (#3115)
|
2023-01-23 20:46:47 -06:00 |
|
strarsis
|
e7e8210d10
|
🐛 Fix i18n warnings (#3039)
|
2022-05-11 14:30:48 -05:00 |
|
Pascal GAULT
|
95b395f20b
|
chore(header): allow unescaped siteName data (#2967)
|
2022-02-06 11:27:02 -06:00 |
|
Nathan Knowler
|
91c2961a05
|
feat(search): use a button element (#2943)
This is trivial. The only real benefit is that it might be easier to add an icon and easier to style.
|
2022-01-11 10:05:35 -06:00 |
|
Brandon
|
d640a77a76
|
fix(views): Use dot notation on entry-meta view includes (#2941)
|
2022-01-10 16:16:14 -06:00 |
|
Ben Word
|
0ad2225beb
|
enhance(views): Move page section views to a sections directory (#2936)
Co-authored-by: Brandon Nifong <brandon@tendency.me>
|
2022-01-10 16:00:11 -06:00 |
|
Ben Word
|
0c9cb73623
|
Remove all base styles followup (#2900)
|
2021-12-20 08:32:50 -06:00 |
|
Brandon
|
646c7479b7
|
chore(views): nitpick blade syntax
|
2021-10-21 15:19:13 -05:00 |
|
Nathan Knowler
|
dcffd542fb
|
Use menu name as accessible name of <nav>
|
2021-10-08 09:13:37 -05:00 |
|
Nathan Knowler
|
ea84f283cb
|
Only display <nav> if primary_navigation is set
The contents of the menu were being conditionally displayed, but it
would display an empty `<nav>` element if the menu location wasn’t set.
|
2021-10-08 09:13:37 -05:00 |
|
Brandon
|
9efe8f65db
|
chore(deps): Bump dependencies
chore(view): Remove tabindex from main selector
|
2021-02-16 01:08:50 -06:00 |
|