Skip to content

Commit d5de749

Browse files
authored
Merge pull request #6669 from ajdapretnar/attr-doc
DOC: add information on attributes of attributes
2 parents ce4ad61 + 517420a commit d5de749

File tree

1 file changed

+10
-0
lines changed
  • doc/visual-programming/source/loading-your-data

1 file changed

+10
-0
lines changed

doc/visual-programming/source/loading-your-data/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,13 @@ To avoid ambiguity, Orange supports date and/or time formatted in one of the [IS
119119
2016-12-27
120120
2016-12-27 14:20:51
121121
16:20
122+
123+
## Attributes of attributes
124+
125+
In the third row of the header, one can specify additional attribute information. For example:
126+
127+
- *type=image*: signifies a column with a path to the image (local or URL)
128+
- *include=True*: signifies a column that is considered a text feature (can also be set in the **Corpus** widget)
129+
- *title=True*: signifies a column used for titles in document list, i.e. **Corpus Viewer**
130+
131+
These attributes can be edited with **Edit Domain**.

0 commit comments

Comments
 (0)