Skip to content

Commit

Permalink
Different entry points for oik-css and oik-geshi #26
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Mar 14, 2024
1 parent 10fe632 commit 3db9fae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/oik-css/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
"keywords": [ "CSS", "oik" ],
"editorScript": "file:../../build/index.js",
"editorStyle": "file:../../build/index.css",
"style": "file:../../build/style-index.css"
"editorScript": "file:../../build/oik-css.js",
"editorStyle": "file:../../build/oik-css.css",
"style": "file:../../build/style-oik-css.css"
}
5 changes: 4 additions & 1 deletion src/oik-geshi/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
"lineHeight": true
}
},
"keywords": [ "GeSHi", "syntax", "highlight", "PHP", "HTML", "JavaScript", "CSS", "MySQL" ]
"keywords": [ "GeSHi", "syntax", "highlight", "PHP", "HTML", "JavaScript", "CSS", "MySQL" ],
"editorScript": "file:../../build/oik-geshi.js",
"editorStyle": "file:../../build/oik-geshi.css",
"style": "file:../../build/style-oik-geshi.css"
}

0 comments on commit 3db9fae

Please sign in to comment.