> Portal Navigation:
>
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt
## Resource: Configure Display Names and Behavior in Blocks
## Article: Configuring Widget and Elements Display Names and Behavior
## Article Link: https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/editor-experience-configuration/configure-display-names-and-behavior-in-blocks.md
## Article Content:
# Configure Display Names and Behavior in Blocks
**Editor compatibility**
Wix Blocks apps aren't supported in the Wix Harmony editor. Existing Blocks apps remain available for purchase on the Wix App Market for Wix Editor and Wix Studio sites. To learn more, see [About Wix Harmony and Blocks](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/about-wix-harmony-and-blocks.md).
The Configuration tab in the Editor Experience panel enables you to decide how your widget and its elements look and behave when they're installed on a site. Make sure to check out our [UX guidelines](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/widget-design/blocks-widget-design-guidelines.md) for Configuration.
### Widget and Elements Display Names
There are lots of ways you can help site builders get the most out of your app. Giving the elements in your app a display name makes it clear to site builders what each element does. You can also decide how they use different elements, and give them design options.
If you don't define these display names, your widget and its elements will have default display names like "widget" and "button". They will also have default Velo IDs, such as "#widget1" in the Properties and Events panel.
#### Setting a display name for a widget or element
When you design a widget, you want the site builders who install it on their site to understand what it does. You also want them to be sure about what each of the widget's elements does.
For example, you can make sure that your widget is called "Single Product" and that one of its buttons is "Add to Cart".
**To set the display name:**
1. Click the **Editor Experience**  panel.
2. Click the **Configuration** tab.
3. Select the correct widget from the **Widgets** panel on the left (if you want to name a specific element inside the widget, select it).
4. Click the **Inspector**  icon in the top right corner to expand the **Inspector** panel, if it isn't expanded yet.
5. Insert the new display name under **Component Name**.

See how it looks on a site

### Configuring widget or element behavior (selectable, removable, duplication and resize)
In some cases you might want to control the way the widget or its elements behave:
**Widget behavior:**
* **Can be duplicated:** You might want to prevent your widget from being duplicated by copy and pasting, (for example, if it's connected to dynamic pages and duplication might trigger conflicts or break code). In this case, uncheck this box.
* **Can be resized:** You might want to prevent a widget from being resized, for design reasons.
**Element behavior:**
* **Can be selected:** You might have organized all of your widget elements in a flexbox element, for design purposes. But when someone installs your widget on a site, you don't want them to touch the flexbox - because you want the design to stay as it is. In this case, uncheck this box.
* **Can be removed:** Some elements might be crucial for your app logic. For example, an **Add to Cart** button. You would probably not want a site builder to remove it from the widget. In this case, uncheck this box.
#### Configuring a widget's behavior
1. Click the **Editor Experience**  panel.
2. Click the **Configuration** tab.
3. Select the widget from the **Widgets** panel.
4. Select or un-select the checkboxes **Widget can be duplicated** and **Allow widget to be resized** in the **Behavior** section of the Inspector  panel (if you can't see the Inspector, click on the  icon to expand it).

#### Configuring an element's behavior
1. Click the **Editor Experience**  panel.
2. Click the **Configuration** tab.
3. Select the element you want to configure.
4. Select or un-select the checkboxes **Can be selected** and **Can be removed** in the **Behavior** section of the **Inspector** panel (if you can't see the Inspector, click on the  icon to expand it:

>**Notes:**
>* The changes you make when you are in the Configuration tab impact all [design presets](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/widget-design/create-and-manage-design-presets.md).
>* In the Configuration tab, you can also modify the action bars connected to each element when your widget is installed on a site. Learn more [about modifying action bars](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/editor-experience-configuration/configure-action-bars-in-blocks.md)