fix conf table display

This commit is contained in:
MOREL Matthieu
2021-11-15 09:07:08 +01:00
parent e68ec31a8f
commit 5b8a4a0b7a
7 changed files with 103 additions and 41 deletions

View File

@@ -209,10 +209,11 @@ export const addDirective = (directive) => {
* | -------- | ---------------------------- | ----------- | -------- | ------ |
* | reset | Resets currentConfig to conf | Put Request | Required | None |
*
* | Parameter | Description | Type | Required | Values |
* ## conf
*
* | --------- | ------------------------------------------------------------ | ---------- | -------- | -------------------------------------------- |
* | conf | base set of values, which currentConfig coul be **reset** to.| Dictionary | Required | Any Values, with respect to the secure Array |
* | Parameter | Description | Type | Required | Values |
* | --------- | ------------------------------------------------------------- | ---------- | -------- | -------------------------------------------- |
* | conf | base set of values, which currentConfig coul be **reset** to. | Dictionary | Required | Any Values, with respect to the secure Array |
*
* **Notes**: (default: current siteConfig ) (optional, default `getSiteConfig()`)
*/