Skip to content

Commit

Permalink
docs: table and references (#1019)
Browse files Browse the repository at this point in the history
error due to incorrect table syntax
  • Loading branch information
artemrys authored Jan 12, 2024
2 parents 2820d5e + 29e69bb commit 21ee4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| ----------------------------------------------------------------- | ------ | ------------------------------------------------------- |
| title<span class="required-asterisk">\*</span> | 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)<span class="required-asterisk">\*</span> | array | To specify a list of tab. |

### Tabs properties
Expand Down
6 changes: 3 additions & 3 deletions docs/inputs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<span class="required-asterisk">\*</span> | string | To define the particular service name. |
| title<span class="required-asterisk">\*</span> | string | To show the title of the service. |
| subTitle | string | To show the subtitle (or additional information) of the service. |
Expand All @@ -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. <br>Supported values are "page" or "dialog". <br> 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 |
Expand Down

0 comments on commit 21ee4ae

Please sign in to comment.