mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 10:03:31 +00:00
Change gitignore to commit tests plugins
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
module.exports = {};
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "gitbook-plugin-test-config",
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"gitbook": "*"
|
||||
},
|
||||
"gitbook": {
|
||||
"properties": {
|
||||
"myProperty": {
|
||||
"type": "string",
|
||||
"required": true,
|
||||
"title": "This is a required property"
|
||||
},
|
||||
"myDefaultProperty": {
|
||||
"type": "string",
|
||||
"default": "hello",
|
||||
"title": "This is a required property"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user