You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docs/about.md
+94-27Lines changed: 94 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ You can edit directly the yaml configuration inside the `.md` file or use the ta
5
5
### Information
6
6
Details about your database
7
7
8
-
-**name**: Name asociated to your database (TODO)
9
-
-**description**: extra information explaining the purpose of the database (TODO)
8
+
-**name**: Name asociated to your database.
9
+
-**description**: extra information explaining the purpose of the database. Will be displated in preview mode.
10
10
### Database
11
11
The *columns* key is used to charge the correct information when you charge the react-table. Each column supports all the literals of react-table column configurations.
12
12
@@ -18,9 +18,14 @@ Mandatory:
18
18
-**label**: name of the column
19
19
20
20
Optional:
21
-
22
21
-**position**: order of the columns
22
+
-**options**: list of options for the column (only for select type)
23
+
24
+
Configuration:
23
25
-**isInline**: true if you want to edit the field inline mode
26
+
-**enable_media_view**: true if you want to see the media view (only for text type)
27
+
-**media_width**: width of the media view
28
+
-**media_height**: height of the media view
24
29
25
30
26
31
### Local configuration
@@ -31,37 +36,70 @@ Each database has a yaml local configuration that is read when you open the data
0 commit comments