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
Copy file name to clipboardExpand all lines: README.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@ Add illustrations to checkboxes.
14
14
-[2. Setup](#2-setup)
15
15
*[2.1. Hardcoded options](#21-hardcoded-options)
16
16
*[2.2. Dynamic options](#22-dynamic-options)
17
-
-[3. Options](#3-options)
18
-
-[4. License](#4-license)
17
+
-[3. Global options](#3-global-options)
18
+
-[4. Per-field options](#4-per-field-options)
19
+
-[5. License](#5-license)
19
20
20
21
<br/>
21
22
@@ -84,9 +85,21 @@ I recommend using a `resize` number [already used](https://github.com/k-next/kir
84
85
85
86
<br/>
86
87
87
-
## 3. Options
88
+
## 3. Global options
88
89
89
-
#### 3.1. `ratio`
90
+
#### 3.1. `baseUrl`
91
+
92
+
If you want the images to be queried from a different location than the `assets/images` folder, you can set the `baseUrl` option in your `config.php` file to whatever folder you'd like. For example:
By default, images are not displayed when the panel switches to its mobile view. Not recommended, but if you want to override this, set the option to `true`.
0 commit comments