Skip to content

Commit 28fa0ca

Browse files
Initial Value Editing in Qodly Source - popup editor
1 parent 805f43c commit 28fa0ca

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
4.83 KB
Loading
144 KB
Loading
135 KB
Loading

docs/studio/pageLoaders/qodlySources.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,24 @@ For Entity Selection or Entity types, make sure to also configure additional set
338338
</Column.List>
339339

340340

341+
<Column.List align="center" justifyContent="between">
342+
<Column.Item width="35%">
343+
If the value is long or complex, a <code>Maximize</code> button <img src={require('./img/maximizeQodlySourceEditor.png').default} style={{borderRadius: '6px', width:'10%'}} /> appears (only for object and array types), opening a popup editor to give you more editing space.
344+
</Column.Item>
345+
<Column.Item width="60%">
346+
<img src={require('./img/popupEditor.png').default} style={{borderRadius: '6px'}} />
347+
</Column.Item>
348+
</Column.List>
349+
350+
<Column.List align="center" justifyContent="between">
351+
<Column.Item width="35%">
352+
The popup itself can also be maximized to cover the full contextual panel for better visibility.
353+
</Column.Item>
354+
<Column.Item width="60%">
355+
<img src={require('./img/popupEditor2.png').default} style={{borderRadius: '6px'}} />
356+
</Column.Item>
357+
</Column.List>
358+
341359
### Renaming a Qodly Source
342360

343361
You can easily rename a qodlysource from the contextual panel. In doing so, Qodly Studio will automatically update references to the renamed qodlysource:

0 commit comments

Comments
 (0)