# Editor

Click [HERE](https://www.youtube.com/watch?v=0lDbBuinWJU) to **watch the video** about how to configure the editor setting in Lumise.

From the Dashboard, click on **Settings** > **Editor.**

![](/files/-MN38TMCLekFJEDH8dx-)

* **Color picker:**  Allow users to select colors from the color picker and users can add a new color to their colors list
* **List colors:** The default colors are used to fill objects
* **Right to left (RTL):** Enable right to left reading mode
* **User can share:** Allow non-admin users to share their designs
* **User can print:** Allow non-admin users to print their designs
* **User can download:** Allow non-admin users to download their designs as a file

<br>

![](/files/-MN39ic1cmj2IYmCGv_h)

* **Components:** Show/hide components of editor, you also can arrange them as how you want
* **Disable resources:** Disable online resources for none-admin users (Facebook, Instagram, Free images..)
* **Min size upload:** The minimum size (kilobyte) that users can upload photos (eg: 100)
* **Max size upload:** The maximum size (kilobyte) that users can upload photos (eg: 5000)
* **Min dimensions:** The min width x height in pixel of images can be added

![](/files/-MN3AUA1w59ORyjauZZC)

* **Min PPI:** The min PPI (pixel per inch) of images can be added (It depends on the size you have configured)
* **Max PPI:** The max PPI of images can be added (It depends on the size you have configured)
* **Low-resolution notice:** Allows to add low-resolution images with a notice (when its resolution is lower than Min PPI)
* **Design all stages:** Required design all stages before add to cart
* **Auto-zoom to fit:** Automatically zooms to fit the product with the screen
* **Enable bug reporting:** Allow users report bugs from editor

![](/files/-MN3AZYfnQz7WjwFcLg6)

* **Custom CSS:** Your custom CSS code will run in editor
* **Custom JS:** Your custom JS code will run in editor
* **Prefix name:** The prefix of file name download
* **Disable QRCode:** Do not show the QRCode generator
* **Auto snap:** Automatically align the position of the active object with other objects
* **Template append:** Keep all current objects and append the template into

![](/files/-MN3Af2d_9Rfc4Mbjimt)

* **Replace image:** Replace the selected image object instead of creating a new one
* **Show header & footer:** Display Lumise editor in a page with header and footer of your theme
* **Set width for editor:** Set width for editor in case you set showing header & footer (px, %, vw)
* **Set height for editor:** Set height for editor in case you set showing header & footer (px, %, vw)

After filling in your content. Press the **SAVE SETTINGS** button to store data.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lumise.com/settings/untitled-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
