Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Aug 13, 2024
1 parent e94d045 commit 8012bd7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
34 changes: 17 additions & 17 deletions web/wp-content/plugins/speakers-block-2/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@
"icon": "groups",
"description": "Gutenberg block which allows for insertion of a Speakers showcase in a page/post.",
"keywords": [
"speakers",
"featured",
"lf",
"committee",
"presenters"
],
"supports": {
"anchor": false,
"html": false,
"speakers",
"featured",
"lf",
"committee",
"presenters"
],
"supports": {
"anchor": false,
"html": false,
"align": [
"full",
"wide"
]
},
"attributes": {
"speakers": {
"type": "array",
},
"attributes": {
"speakers": {
"type": "array",
"default": []
},
},
"schedEventID": {
"type": "string"
}
},
"type": "string"
}
},
"textdomain": "block-speakers-block-2",
"editorScript": "file:./build/index.js",
"editorStyle": "file:./build/index.css"
Expand Down
1 change: 1 addition & 0 deletions web/wp-content/plugins/speakers-block-2/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pop up, showing the Speaker's bio. It requires the Speakers CPT to be already se

= 0.3.0 =
* New front-end design with modal popup
* Integration with sched to show a Speaker's schedule

= 0.2.0 =
* Switch from Create Guten Block to npx create-block package
Expand Down

0 comments on commit 8012bd7

Please sign in to comment.