Page list
Page list section allows you to create, delete and edit pages.

Create page
To create page click on +
button and the modal will open. Here you can set following:
Page propeties
Name will be used by you to ideentify pages. Will be used to set additional settings, workflow, variable etc. Route is the postfix URL for every page, when navigating. Render condition is used to define which page should render if there is more than one page with the same Route. By default it will render the first page with true condition. Is home page is used to set default page, which will be opened when accessing you default domain.
- Custom tags
Header tags, HTML tags that will be included in page <head>. Usually you will want to include here <style> and <meta> tags. Learn more Body tags, HTML tags that will be included in the bottom of the <body> tag of the page. Usually you will want to include here <script> tags. Learn more
SEO/Metatags Title is the name that will be appeared in the browser tab. Description is snippets of text that describe a page's content; the meta tags don't appear on the page itself, but only in the page's source code. Meta tags are essentially little content descriptors that help tell search engines what a web page is about. Keywords are a specific type of meta tag that appear in the HTML code of a Web page and help tell search engines what the topic of the page is. OGP title allows you to control what title display when sharing links on social media. Without it, social media platforms can choose a random title. OGP description allows you to control what description display when sharing links on social media. Without it, social media platforms can choose a random description.
Edit page content
To edit page content click on page row you want to edit. The canvas will open were you can drag&drop elements and edit them
Edit page settings
To edit page click on ⋮
button and then click Edit
button. The menu is the same as in Create page section
Delete page
To delete page click on ⋮
button and then click Delete
button. The popup will be show to confirm deletion.
Home page cannot be deleted
Duplicate page
To duplicate page click on ⋮
button and then click Duplicate
button. The menu is the same as in Create page section
Last updated