Skip to content

Commit

Permalink
merging in more blocks branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Nov 30, 2023
2 parents 8484f24 + 8c8a45a commit bf5fd78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions blocks/post-excerpt/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"overrideExcerpt": {
"type": "string",
"default": ""
},
"smallerFont": {
"type": "boolean",
"default": false
}
},
"usesContext": ["postId"]
Expand Down
1 change: 0 additions & 1 deletion blocks/post-excerpt/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import './index.scss';
interface EditProps {
attributes: {
overrideExcerpt?: string;
smallerFont?: boolean;
};
context: {
postId: number;
Expand Down

0 comments on commit bf5fd78

Please sign in to comment.