Skip to content

Commit

Permalink
Basic concepts editing content publishing (#33)
Browse files Browse the repository at this point in the history
* Description for inline edit
* Added Display Regions
* Added Saving and Full edit
  • Loading branch information
jeroenweareorangeeu committed Aug 25, 2023
1 parent fb13d30 commit a457bc0
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,48 @@ title: Editing Content/Publishing
nav_order: 7
grand_parent: Getting started
parent: Basic concepts
last_modified_date: 20-10-2021 13:00
last_modified_date: 01-08-2023 10:00
permalink: /getting-started/basic-concepts/editing-content-publishing/
---

# Editing Content/Publishing
# Editing Content/Publishing

You can edit content and publish it via the following ways:

## Inline Edit
When you are logged in as a User in the Masa CMS Admin, the [Front-End Toolbar](/getting-started/basic-concepts/front-end-toolbar/) is displayed on top of your page. You can use the 'Inline edit' mode to edit the page and all the Modules that have been placed on the page.

Different parts of the page light up in red for you to edit, like the 'Title' and the 'Body'.
![editcontentinlineedit](/assets/01_getting-started/01_basic-concepts/07_editing_content/editing_content_inline_edit.png)

The 'Title' field is just a simple input field, but the 'Body' has a Rich Text editor.
![editcontentbodyeditor](/assets/01_getting-started/01_basic-concepts/07_editing_content/editing_content_body_editor.png)

Both field can be edited by double-clicking on them. When you are done editing the field, click on 'Done Editing' on the right side of the page.
![editcontentdoneediting](/assets/01_getting-started/01_basic-concepts/07_editing_content/editing_content_done_editing.png)
You can now see the result of your edit. These changes are not saved yet.

### Display Regions
Also the different Display Regions light up in red.
On the right side a menu opens with all the available Modules. A Module is a small item of functionality you can use on a page, like an image or a calendar.
![editcontentmodulesoverview](/assets/01_getting-started/01_basic-concepts/07_editing_content/editing_content_modules_overview.png)
You can drag-and-drop the Modules in to a Display Regions to add new Modules to a page. You can also drag-and-drop the different Modules within a Display Region to change the order.
When hovering over an existing Module in a Display Region a pencil icon is shown.
![editcontentmodulesedit](/assets/01_getting-started/01_basic-concepts/07_editing_content/editing_content_modules_edit.png)
When clicking this icon a menu opens on the right side.
![editcontentmodulesconfig](/assets/01_getting-started/01_basic-concepts/07_editing_content/editing_content_modules_config.png)
In this menu are all the configuration options for that particulair Module. Each Module has differtent configuration options.

Display Regions that are now shown on the page (because they are not part of the current template for instance) can still be edited via the "Additional Display Regions" button.

### Saving changes
After making changes there are different options to save them.
![editcontentsavemenu](/assets/01_getting-started/01_basic-concepts/07_editing_content/editing_content_save_menu.png)
1. Publish: changes are directly applied and visible.
2. Save Draft: changes are saved as a 'draft' for you to edit further another time. Changes are not applied.
3. Save to Change Set: changes are saved as part of a Change Set. Changes are part of a bigger set of changes which can be applied all at once.

Some of the options might not be availble to your current user, because you have insufficient rights.

## Full Edit
When selecting this option from the Front-End Toolbar you are redirected to the Masa CMS Admin. Here you can fully edit your page.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a457bc0

Please sign in to comment.