Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 680 Bytes

2-setup-webspace.md

File metadata and controls

37 lines (24 loc) · 680 Bytes

Setup Webspace

Enable Security System

Add a security system to your webspace:

<!-- config/webspaces/<your_webspace>.xml -->

<security>
    <system>Website</system>
</security>

Activate Community Features

Enable community features for your webspace:

# config/packages/sulu_community.yaml

sulu_community:
    webspaces:
        <webspace_key>: # Replace <webspace_key> with the key of your webspace
            from: "%env(SULU_ADMIN_EMAIL)%"

For all configuration options have a look at Customization docs.

Create Role

Create user roles with the following command:

php bin/console sulu:community:init