Skip to content

Instantly share code, notes, and snippets.

View brettsmason's full-sized avatar

Brett Mason brettsmason

View GitHub Profile
@brettsmason
brettsmason / block.json
Last active November 30, 2023 12:49
Registering a variation of the Pulsar carousel block
// block.json example for our custom child block.
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "pulsar/posts",
"parent": ["pulsar/carousel"],
"version": "0.1.0",
"title": "Posts",
"category": "text",
@brettsmason
brettsmason / theme.json
Created August 2, 2024 09:29
theme.json example
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"settings": {
"appearanceTools": false,
"useRootPaddingAwareAlignments": true,
"background": {
"backgroundImage": false,
"backgroundSize": false
},