# Copy Page Builder layout

Frontend page builder generally has some specific syntax that it adds to the wysiwyg editor for all the pages. When you add or remove any content from front-end it basically adds or deletes the particular codes inside the cms pages in order to efficiently manage the dynamic content from the front-end itself without any prior knowledge of coding.

But the problem is when you try to copy the content from the page, default enabled wysiwyg editor don't let you copy the same exact code that the front-end builder has generated so far.

In order to copy the content, you first need to disable the wysisyg editor and then it will be same as page-builder has generated.

Go to **Store > Configuration > General > Content Management**

And inside WYSIWYG Options tab, go to Enable WYSIWYG Editor option and set it to **Disabled by default**. You may need to uncheck use system value checkbox to do so. After that, click save and close.

Now when you try to copy from content from page, it will be same as generated by front-end builder.

Though you may need to understand it's syntax for which code is generated for which blocks and so on.


---

# 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://blueskytechcompany.gitbook.io/umino/page-builder/umino-elements/copy-page-builder-layout.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.
