Skip to content

Commit

Permalink
Bulid the new block
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Jul 17, 2024
1 parent 556d3d0 commit 52d421e
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 90 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-blocks', 'wp-components'), 'version' => 'f8103b5ce3e78608d2d0');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-blocks'), 'version' => '02e4b64a1e91656253a1');
2 changes: 1 addition & 1 deletion web/wp-content/plugins/speakers-block-2/build/index.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.wp-block-cgb-block-speakers-block{background-color:#f3f4f5;border:.2rem solid #000;color:#000;margin:0 auto;max-width:100%;padding:2rem}
.wp-block-cgb-block-speakers-block-2{background-color:#7fbbf7;border:.2rem solid #000;color:#000;margin:0 auto;max-width:100%;padding:2rem}
2 changes: 1 addition & 1 deletion web/wp-content/plugins/speakers-block-2/build/index.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions web/wp-content/plugins/speakers-block-2/package-lock.json

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

4 changes: 2 additions & 2 deletions web/wp-content/plugins/speakers-block-2/src/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Replace them with your own styles or remove the file completely.
*/

.wp-block-cgb-block-speakers-block {
background-color: #f3f4f5;
.wp-block-cgb-block-speakers-block-2 {
background-color: #7fbbf7;
border: 0.2rem solid #000;
color: #000;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion web/wp-content/plugins/speakers-block-2/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { registerBlockType } from '@wordpress/blocks';

import Edit from './edit';

registerBlockType( 'cgb/block-speakers-block', {
registerBlockType( 'cgb/block-speakers-block-2', {
edit: Edit,
} );
Loading

0 comments on commit 52d421e

Please sign in to comment.