|
| 1 | +--- |
| 2 | +sidebar_position: 2 |
| 3 | +title: "1.1 Configurate quicker" |
| 4 | +description: Often used practices and tools explained |
| 5 | +slug: config-quicker |
| 6 | +--- |
| 7 | + |
| 8 | +import ImageLightbox from '@site/src/general-layout-components/ImageLightbox'; |
| 9 | + |
| 10 | +import add from './config-quick-img/add.png'; |
| 11 | +import add_specific from './config-quick-img/add_specific.png'; |
| 12 | +import element_act from './config-quick-img/element_act.png'; |
| 13 | +import ab_op from './config-quick-img/ab_op.png'; |
| 14 | + |
| 15 | + |
| 16 | +### Add Block and Cahnge the Order |
| 17 | + |
| 18 | +Adding a block is possible in different ways: |
| 19 | + |
| 20 | +- Use the **Add Action Block…** button to add an action block to the bottom of the element. |
| 21 | +- Or select the exact place where you want to insert an action block. |
| 22 | +- Finally, you can drag and drop the action block to change its order. |
| 23 | + |
| 24 | + |
| 25 | +<div style={{ display: 'flex', gap: '1rem', alignItems: 'flex-start' }}> |
| 26 | + <ImageLightbox imageSrc={add} style={{ height: '500px' }} citation={'Add action block to the bottom'} /> |
| 27 | + <ImageLightbox imageSrc={add_specific} style={{ height: '300px' }} citation={'Add action block to a specific place'} /> |
| 28 | +</div> |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +### Navigating and Using Elements Operations |
| 35 | + |
| 36 | +You can select an element in the module and navigate using the arrow keys. |
| 37 | +If you want to duplicate the configuration of one element to another, you can use the standard shortcuts: **Cmd/Ctrl + C** to copy and **Cmd/Ctrl + V** to paste. |
| 38 | + |
| 39 | +You can also use the icons to: |
| 40 | +- <span style={{ color: "green", fontWeight: "bold" }}>Copy</span> – Duplicate the element data to the clipboard. |
| 41 | +- <span style={{ color: "blue", fontWeight: "bold" }}>Paste</span> – Paste the element from the clipboard. |
| 42 | +- <span style={{ color: "red", fontWeight: "bold" }}>Discard</span> - changes and revert to the previously stored settings |
| 43 | +- <span style={{ color: "purple", fontWeight: "bold" }}>Clear</span> - the entire element back to the factory preset |
| 44 | + |
| 45 | +<ImageLightbox imageSrc={element_act} style={{ height: '200px' }} citation={'Element Actions'} /> |
| 46 | + |
| 47 | +### Action Block Operations |
| 48 | + |
| 49 | +When selecting one or more Action Blocks, you can perform the following actions: |
| 50 | + |
| 51 | +- <span style={{ color: "green", fontWeight: "bold" }}>Copy</span> – Duplicate Action Blocks data to the clipboard. |
| 52 | +- <span style={{ color: "blue", fontWeight: "bold" }}>Paste</span> – Paste clipboard data to the element. |
| 53 | +- <span style={{ color: "orange", fontWeight: "bold" }}>Cut</span> – Remove Action Blocks and copy it to the clipboard. |
| 54 | +- <span style={{ color: "gold", fontWeight: "bold" }}>Merge</span> – Combine Action Blocks and merge into Code. |
| 55 | +- <span style={{ color: "red", fontWeight: "bold" }}>Delete</span> – Remove Action Blocks from the element. |
| 56 | + |
| 57 | +<ImageLightbox imageSrc={ab_op} style={{ height: '400px' }} citation={'Operations of the selected Action Blcoks'} /> |
| 58 | + |
0 commit comments