Skip to content

Commit

Permalink
chore: correct docs in regard to gui-element of hasComment (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora-Olivia-Ammann committed Feb 20, 2024
1 parent bc01027 commit 3f869d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/file-formats/json-project/ontologies.md
Expand Up @@ -260,7 +260,7 @@ These three are related as follows:
| hasValue | IntValue | Spinbox, <br>SimpleText |
| hasValue | ListValue | List |
| hasValue | TextValue | SimpleText, <br>Textarea, <br>Richtext |
| hasComment | TextValue | SimpleText |
| hasComment | TextValue | Richtext |
| hasValue | TimeValue | TimeStamp |
| hasValue | UriValue | SimpleText |
| hasLinkTo | (resourceclass) | Searchbox |
Expand Down Expand Up @@ -553,7 +553,7 @@ Example:

`"object": "TextValue"`

This property is actually very similar to a simple text field.
This property is a text field with formatted text.

Example:

Expand All @@ -569,7 +569,7 @@ Example:
"en": "Comment",
"fr": "Commentaire"
},
"gui_element": "SimpleText"
"gui_element": "Richtext"
}
```

Expand Down

0 comments on commit 3f869d9

Please sign in to comment.