Skip to content

Commit

Permalink
Basic concepts global configuration (#35)
Browse files Browse the repository at this point in the history
* Global Configuration page intial setup.
* Finished global configuration
* Add 'wordfilter' setting, new in 7.4.4.
  • Loading branch information
jeroenweareorangeeu committed Aug 25, 2023
1 parent a457bc0 commit ab743a2
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 2 deletions.
14 changes: 14 additions & 0 deletions 01_getting-started/03_configuration/01_configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1377,4 +1377,18 @@ New in 7.4.3
<dd><code>empty string</code></dd>
<dt>Description</dt>
<dd></dd>
</dl>

#### wordfilter
New in 7.4.4
{: .label .label-orange }
{: .no_toc }

<dl>
<dt>Type</dt>
<dd>string</dd>
<dt>Default</dt>
<dd><code>empty string</code></dd>
<dt>Description</dt>
<dd>Customize the scriptProtectionFilter.</dd>
</dl>
34 changes: 32 additions & 2 deletions 01_getting-started/03_configuration/04_global-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,38 @@ title: Global configuration
nav_order: 4
grand_parent: Getting started
parent: Configuration
last_modified_date: 20-10-2021 13:00
last_modified_date: 11-08-2023 10:00
permalink: /getting-started/configuration/global-configuration/
---

# Global configuration
# Global configuration
In the Masa CMS Admin there are global settings in the left menu.
![globalconfigmenu](/assets/01_getting-started/03_configuration/04_global_configuration/global_configuration_menu.png)
## Sites
Here you can see an overview of all the Masa sites in your current installation.
![globalconfigsites](/assets/01_getting-started/03_configuration/04_global_configuration/global_configuration_sites.png)
You can also view and change the bind order.
![globalconfigbindorder](/assets/01_getting-started/03_configuration/04_global_configuration/global_configuration_bind_order.png)
## Add Site
When adding a site the most important configuration item is the Site ID. Choose this carefully, since it can't be changed.
![globalconfigaddsite](/assets/01_getting-started/03_configuration/04_global_configuration/global_configuration_add_site.png)

## Copy Site

A site can be copied from one existing site to another existing site within Masa CMS.
![globalconfigcopysite](/assets/01_getting-started/03_configuration/04_global_configuration/global_configuration_copy_site.png)

## Plugins
Here you can see an overview of all the Plugins that are installed in the Masa CMS.
![globalconfigplugins](/assets/01_getting-started/03_configuration/04_global_configuration/global_configuration_plugins.png)
You can also install new Plugins, either via upload or via an URL.
When you go into the details of a Plugin you can see on which Site(s) the plugin is assigned to under 'Site Assignment'.
![globalconfigpluginssiteassigment](/assets/01_getting-started/03_configuration/04_global_configuration/global_configuration_plugins_site_assignment.png)
This means that the plugin is availabe for that particulair site.

## Update Masa CMS Core
You can auto-update the Masa CMS Core, but be sure to make a backup of your Masa CMS installation.
![globalconfigupdatecore](/assets/01_getting-started/03_configuration/04_global_configuration/global_configuration_update_core.png)

## Reload application
For some changes the application needs to be reloaded for them to have effect. After reloading you are redirected to the Content Manager.
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.
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 ab743a2

Please sign in to comment.