@saltcorn/builder 0.8.6 → 0.8.7-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -145,12 +145,11 @@ export /**
|
|
|
145
145
|
<option>File</option>
|
|
146
146
|
<option>URL</option>
|
|
147
147
|
<option>Upload</option>
|
|
148
|
-
{options.mode === "page" && <option>Base64</option>}
|
|
149
148
|
{options.mode === "show" && <option>Field</option>}
|
|
150
149
|
</select>
|
|
151
150
|
</td>
|
|
152
151
|
</tr>
|
|
153
|
-
{
|
|
152
|
+
{srctype === "File" && (
|
|
154
153
|
<tr>
|
|
155
154
|
<td>
|
|
156
155
|
<label>File</label>
|
|
@@ -252,7 +251,7 @@ export /**
|
|
|
252
251
|
</td>
|
|
253
252
|
</tr>
|
|
254
253
|
)}
|
|
255
|
-
{srctype !== "Upload" &&
|
|
254
|
+
{srctype !== "Upload" && (
|
|
256
255
|
<tr>
|
|
257
256
|
<td style={{ verticalAlign: "top" }}>
|
|
258
257
|
<label>Responsive widths</label>
|