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

chore: fix gui_attributes notation (DEV-2651) #514

Merged

Conversation

Nora-Olivia-Ammann
Copy link
Collaborator

No description provided.

@linear
Copy link

linear bot commented Sep 12, 2023

@Nora-Olivia-Ammann Nora-Olivia-Ammann self-assigned this Sep 12, 2023
@jnussbaum jnussbaum changed the title chore: fix gui_attribues notation (DEV-2651) chore: fix gui_attributes notation (DEV-2651) Sep 12, 2023
@@ -479,7 +479,7 @@ See the [xmlupload documentation](../xml-data-file.md#list-prop) for more inform

- `List`: A GUI element for *ListValue*. A dropdown to select a list node.
- *gui_attributes*:
- `hlist=<list-name>` (required):
- `hlist:<list-name>` (required):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here we have the <> to indicate that "list-name" is a placeholder, and not the literal string "list-name". Would it perhaps help to do this everywhere consistently?

Like this:

 - `maxlength: <integer>` (optional): maximal length (number of characters accepted)

@@ -479,7 +479,7 @@ See the [xmlupload documentation](../xml-data-file.md#list-prop) for more inform

- `List`: A GUI element for *ListValue*. A dropdown to select a list node.
- *gui_attributes*:
- `hlist=<list-name>` (required):
- `hlist:<list-name>` (required):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And I would then also add a whitespace everywhere:

Suggested change
- `hlist:<list-name>` (required):
- `hlist: <list-name>` (required):

@Nora-Olivia-Ammann Nora-Olivia-Ammann merged commit 8c97cc3 into main Sep 12, 2023
4 checks passed
@Nora-Olivia-Ammann Nora-Olivia-Ammann deleted the wip/chore-clear-up-gui_attribues-notation-(DEV-2651) branch September 12, 2023 10:48
@daschbot daschbot mentioned this pull request Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants