Skip to content

Commit

Permalink
Started work on RSVP Status and the RSVP Status block.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Dec 7, 2024
1 parent f7d4f5a commit f28ec61
Show file tree
Hide file tree
Showing 24 changed files with 16,063 additions and 8 deletions.
36 changes: 36 additions & 0 deletions build/blocks/rsvp-status/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "gatherpress/rsvp-status",
"version": "1.0.0",
"title": "RSVP Status",
"category": "gatherpress",
"icon": "megaphone",
"example": {},
"description": "Displays the RSVP status of a user.",
"attributes": {
"content": {
"type": "string",
"default": ""
}
},
"supports": {
"html": false,
"color": {
"text": true,
"background": true
},
"spacing": {
"padding": true,
"margin": true
},
"typography": {
"fontSize": true,
"lineHeight": true
}
},
"textdomain": "gatherpress",
"editorScript": "file:./index.js",
"style": "file:./style-index.css",
"viewScriptModule": "file:./view.js"
}
1 change: 1 addition & 0 deletions build/blocks/rsvp-status/index.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-i18n'), 'version' => '980c9982f495280b9cf9');
1 change: 1 addition & 0 deletions build/blocks/rsvp-status/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/blocks/rsvp-status/view.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '31d6cfe0d16ae931b73c', 'type' => 'module');
Empty file.
2 changes: 1 addition & 1 deletion build/blocks/rsvp-v2/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'e95c98091a41a7ceff4d');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'e342b20ef97f7ae4fc71');
2 changes: 1 addition & 1 deletion build/blocks/rsvp-v2/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('moment', 'react-jsx-runtime', 'wp-blocks', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => 'b5ec0d8c861e51d546f1');
<?php return array('dependencies' => array('moment', 'react-jsx-runtime', 'wp-blocks', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '3aa7bc728e9857e68b2a');
Loading

0 comments on commit f28ec61

Please sign in to comment.