Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M #-: Spelling mistakes #3105

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/management_and_operations/references/template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1312,9 +1312,9 @@ In Sunstone, the ``USER_INPUTS`` can be ordered with the mouse.
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``NAME`` | Yes | Name of the user input. It has to be an existing user input name in the same template. |
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``TITLE`` | No | In the case of ``APP`` is the text that will be showed to the user in a Sunstone tab. In the case of ``GROUP`` is the text that will be showed to the user in a Sunstone group. |
| ``TITLE`` | No | In the case of ``APP`` is the text that will be shown to the user in a Sunstone tab. In the case of ``GROUP`` is the text that will be showed to the user in a Sunstone group. |
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``DESCRIPTION`` | No | In the case of ``APP`` is a text info note that will be showed in the APP tab. In the case of ``GROUP`` is the text that will be showed as info text in the Sunstone group. |
| ``DESCRIPTION`` | No | In the case of ``APP`` is a text info note that will be shown in the APP tab. In the case of ``GROUP`` is the text that will be showed as info text in the Sunstone group. |
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ In order to improve the user experience, Sunstone can render this user inputs in

.. _sunstone_layout_rules:

- User input name has to meet the following convention ``ONEAPP_<APP>_<GROUP>_<FIELD>`` where all the user inputs that meet this convention will be grouped by APP and GROUP. An APP will be render as a tab in Sunstone and a GROUP will group the user inputs that belong to this group.
- If ``FIELD`` is the word ``ENABLED`` and the user input type is boolean, all the user inputs that has the same APP and GROUP will be hidden until the ENABLED user input is turn on.
- If a user input not meet the convention, will be placed in a tab called Others.
- User input name has to meet the following convention ``ONEAPP_<APP>_<GROUP>_<FIELD>`` where all the user inputs that meet this convention will be grouped by APP and GROUP. An APP will be rendered as a tab in Sunstone and a GROUP will group the user inputs that belong to this group.
- If ``FIELD`` is the word ``ENABLED`` and the user input type is boolean, all the user inputs that have the same APP and GROUP will be hidden until the ENABLED user input is turn on.
- If a user input not meet the convention, it will be placed in a tab called Others.
- If all the user inputs do not meet the convention name, no tabs will be rendered (as the previous example).

So, if the previous template is modified as follows:
Expand Down
Loading