Configurations and translations
here we can add general texting, in configurations they can be directly disabled, set visibility for administration (whether clients can also edit).
Access to the texts is then in the code via the variable $web['ID_OF_TRANSLATION_OR_CONFIG']

Menu
menus are added here for menu items in the administration. There is an option to show/not show in sitemap, if we don't want to be indexed - it can be for items that don't have a click-through, they are just part of a slider for example.

Images and videos
here we can create images for individual parts of our website - most often menu items or product. We can choose multiple dimensions - separated by a semicolon and multiple folders where we will store each dimension. For example, the folder will be blog/big;blog/middle;blog/small and the dimensions then
width - 1920;800;400, height- 1300;700;300 (if we enter 0, the dimension will not be limited, so for example we can set the height to 0 in all cases if we just want to shrink to width). We usually leave the quality at 80 to reduce the size. the mask is then the image name -> mask-id-item-id_image.type. The format we usually want is jpg, only in exceptional cases where we need to keep the transparency of the background do we put png. Then we can set whether we want the next generation format (webp).

The video tab works similarly
Supplements
additional settings for individual menu items, products, etc. The checkboxes are then automatically displayed at the top of the items and the other supplements at the bottom in the detailed settings. We can choose format, name, type (for radio type we can choose which options to select), group - the supplements from one group will be listed under the superscript next to each other in the detailed settings, and type (if there is a text field, we can choose its size via the type).

Order statuses
usually stays as it is, otherwise you can classically add another order status here.
Payment and transport
here we can again add, remove transport and payments. Set them a special price, icon, name, note, etc. The listing is up in vue mostly.

Forms
here we can add a new form or edit an existing one. When adding we have quite a lot of options, here is an example of how it may look already filled. We have {domain} and {menuitem} placeholders, where the domain and menu item name from which the form was submitted is automatically inserted. In the body of the mail we also need to enter placeholders - these are just the webalized names of the individual inputs -> firstname and lastname -> firstname-and-lastname, title -> title, etc.
Here you can see the individual form items. We can set whether they are required, their format, name, type and then for example a message that pops up if they are not filled in or a placeholder before entering text into the input.
Languages
option to add or hide and edit language (option to set currency and custom domain)

Users
listing of users, possibility to edit roles

Dashboard
hiding dashboard items (not practically necessary, we have 2 options - eshop, and infoweb, it is automatically disabled when changing IS_ESHOP configuration)

Other
various settings - bulk renaming, invalidation of db cache and latte cache, etc.

Help
additional options to add help in different places
