Skip to content
MFICORE
Create your site

The page editor

Site pages use a block editor, similar to WordPress's "Gutenberg" editor. Content is built from individual blocks — paragraphs, headings, images, embeds, and layout blocks — that you can insert, reorder, and configure independently, instead of one long flat document.

Starting a new page: the template picker

When you create a new page, you're first shown a template picker. Pick a starting point and the editor opens pre-filled with that template's blocks — nothing is saved until you press Save, so you can freely change your mind or switch templates before your first save. The templates are:

Inserting content: the slash menu

Type / at the start of an empty line (or on any empty paragraph) to open the slash-command menu. Keep typing to filter the list, use the arrow keys to move the highlight, press Enter to insert the highlighted item, and press Escape to close the menu without inserting anything. Filtering tolerates the block name typed with or without spaces — /datatable and /data table both find "Embedded data table."

The menu can insert:

An empty paragraph shows faint placeholder text ("Type / for commands…") as a reminder that the menu is available — it disappears as soon as you start typing.

Reordering blocks

Every block can be reordered two ways:

The floating block toolbar

Click into (or hover over) a block to reveal its floating toolbar, with:

Columns blocks

A Columns block lays out 2 or 3 columns side by side; each column can hold any mix of ordinary blocks — headings, paragraphs, lists, images, embeds — but not another Columns block nested inside it. On a narrow screen (phone-width), columns automatically stack vertically instead of side-by-side.

The column count is fixed when you insert the block. Choosing "2 columns" or "3 columns" from the slash menu (or a template that seeds one) sets the count for that block permanently — there's no in-place "add a column" control. If you need a different count, delete the block and insert a fresh Columns block with the count you want.

The four tabs: Properties, Visual, HTML, Advanced

The editor has four tabs:

Switching between Visual and HTML may show a warning if the content changed in a way the Visual tab can't fully represent — this protects you from silently losing formatting when going back and forth. When in doubt, finish your edit in one tab, save, and switch tabs afterward rather than jumping back and forth mid-edit.

Who can see this page

By default a published page is a public web page: anyone with the address can read it. On the Properties tab you can narrow that instead:

This is how you build an internal dashboard rather than a public page: a private page can show data tables and charts that aren't published for the world, so you don't have to make a query public just to look at it. The trading bundle's Trading page works exactly this way.

A restricted page also stays out of your site's menu and out of sitemap.xml, so its address isn't advertised to visitors or search engines, and browsers are told not to cache it.

Two things worth knowing:

Saving, publishing, and history

Nothing above changes how pages are saved and published: Save writes your draft and keeps a version snapshot, Preview always shows the current draft, and Publish / Unpublish control what visitors actually see. Use History to view, restore, or publish any past version. See Sites & domains for the full picture of how a site's pages fit together.