Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Sep 1, 2023
1 parent 2123edc commit ed337fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 114 deletions.
2 changes: 0 additions & 2 deletions docs/extract-plugin-config-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const getPluginSchema = (plugin, dependencies) => {
type: "object",
title: file.id,
markdownDescription: `Configuration of the ${file.id} plugin\n\nSee [plugin source](https://github.com/SocialGouv/kontinuous/blob/master/plugins/${plugin}/${folder}/${file.path})`,
additionalProperties: true,
properties: {
enabled: {
title: `${file.id}.enabled`,
Expand All @@ -56,7 +55,6 @@ const getPluginSchema = (plugin, dependencies) => {
title: `${file.id}.options`,
markdownDescription: `Options of the ${file.id} plugin\n\nSee [plugin source](https://github.com/SocialGouv/kontinuous/blob/master/plugins/${plugin}/${folder}/${file.path})`,
type: "object",
additionalProperties: true,
properties: {},
},
},
Expand Down
Loading

0 comments on commit ed337fd

Please sign in to comment.