Skip to content

Commit

Permalink
fix attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Mar 11, 2024
1 parent 520e889 commit f9cf870
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions src/blocks/definition-details-html/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
"simple-definition-list-blocks/list",
"simple-definition-list-blocks/div"
],
"attributes": {
"content": {
"type": "string",
"source": "html",
"selector": "dd.wp-block-simple-definition-list-blocks-details-html"
}
},
"keywords": [ "definition list", "dd" ],
"editorScript": "file:./index.js",
"supports": {
Expand Down
7 changes: 0 additions & 7 deletions src/blocks/definition-div/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
"textdomain": "simple-definition-list-blocks",
"category": "text",
"parent": [ "simple-definition-list-blocks/list" ],
"attributes": {
"content": {
"type": "string",
"source": "html",
"selector": "div.wp-block-simple-definition-list-blocks-div"
}
},
"keywords": [ "definition list", "div" ],
"editorScript": "file:./index.js",
"supports": {
Expand Down

0 comments on commit f9cf870

Please sign in to comment.