Skip to content

Commit

Permalink
feat(plugin): add bing webmaster plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Oct 4, 2020
1 parent c40214d commit 1b1ed45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/schema/common/head.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nullable": true
},
"manifest": {
"$ref": "/misc/manifest.json"
"$ref": "/misc/manifest.json"
},
"open_graph": {
"$ref": "/misc/open_graph.json"
Expand Down
3 changes: 3 additions & 0 deletions include/schema/common/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"baidu_analytics": {
"$ref": "/plugin/baidu_analytics.json"
},
"bing_webmaster": {
"$ref": "/plugin/bing_webmaster.json"
},
"busuanzi": {
"$ref": "/plugin/busuanzi.json"
},
Expand Down

0 comments on commit 1b1ed45

Please sign in to comment.