> 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: About the Editor Experience in Blocks ## Article: About Configuration and Panels ## Article Link: https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/editor-experience-configuration/about-the-editor-experience-in-blocks.md ## Article Content: # About the Editor Experience 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).
Wix Blocks is open to all Wix Studio users. To get access to Blocks, [join Wix Studio](https://support.wix.com/en/article/wix-studio-switching-to-wix-studio).Blocks allows Wix users who install your widget to customize it in their editor. Users can change the settings of your widget and its elements, add or remove elements, see the IDs that you give to elements, and more.  ### Configuration Go to the Blocks [Configuration](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/editor-experience-configuration/about-configuration-in-blocks.md) tab, to determine how your widget and its elements look and behave when they're installed on a site. You can configure: * Display names of widgets and their elements * Widget behavior (for example, whether or not site creators can select) * Action bars of widgets and their elements ### Panels Every Blocks widget comes with several default [panels](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/editor-experience-panels/about-panels-in-blocks.md) for design, presets, settings and adding or removing elements. You can also go to the [Panels tab](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/editor-experience-panels/about-panels-in-blocks.md) to create custom panels. Creating custom panels has three steps: * [Design your panel](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/editor-experience-panels/design-custom-panels-in-blocks.md): plan the panel, add elements and text. * [Code your panel](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/editor-experience-panels/add-code-to-custom-panels-in-blocks.md): add the code that connects between the panel elements and the widget's behavior. * [Connect your panel to an action button](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/editor-experience-panels/design-custom-panels-in-blocks.md), so that when a site-creator clicks the button, the panel opens.