From 29e69bb5247d667b86eef2e6b7b970cc5e3df065 Mon Sep 17 00:00:00 2001 From: Szymon Oleksy Date: Fri, 12 Jan 2024 16:18:59 +0100 Subject: [PATCH] fix: table and references --- docs/configurations.md | 2 +- docs/inputs/index.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configurations.md b/docs/configurations.md index ec7dfc1fa..49bd39a37 100644 --- a/docs/configurations.md +++ b/docs/configurations.md @@ -6,7 +6,7 @@ | ----------------------------------------------------------------- | ------ | ------------------------------------------------------- | | title\* | string | - | | description | string | To provide a brief summary of an configuration page. | -| subDescription(../advanced/sub_description) | object | To provide broader description of an configuration page | +| [subDescription](../advanced/sub_description) | object | To provide broader description of an configuration page | | [tabs](#tabs-properties)\* | array | To specify a list of tab. | ### Tabs properties diff --git a/docs/inputs/index.md b/docs/inputs/index.md index 65e476a93..ed879b3f2 100644 --- a/docs/inputs/index.md +++ b/docs/inputs/index.md @@ -20,7 +20,7 @@ Developers are required to add services in the global config file to create a ne ### Services Properties | Property | Type | Description | -| ------------------------------------------------------------ | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | +| ------------------------------------------------------------ | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | name\* | string | To define the particular service name. | | title\* | string | To show the title of the service. | | subTitle | string | To show the subtitle (or additional information) of the service. | @@ -29,8 +29,8 @@ Developers are required to add services in the global config file to create a ne | style | string | By specifying this property in the global config file, the forms can either be opened as a new page or in a dialog.
Supported values are "page" or "dialog".
Default value is **dialog**. | | options | object | This property allows you to enable the [saveValidator](../advanced/save_validator) feature. | | hook | object | It is used to add custom behaviour to forms. Visit the [Custom Hook](../custom_ui_extensions/custom_hook) page to learn more. | -| warning | object | It is used to add custom warning message for each of modes ('create', 'edit', 'config', 'clone'), message is displayed on form | | -| subDescription(../advanced/sub_description) | object | To provide broader description of an inputs page | +| warning | object | It is used to add custom warning message for each of modes ('create', 'edit', 'config', 'clone'), message is displayed on form | +| [subDescription](../advanced/sub_description) | object | To provide broader description of an inputs page | | conf | string | TBD | | restHandlerName | string | TBD | | restHandlerModule | string | TBD |