59 lines
1.6 KiB
YAML
59 lines
1.6 KiB
YAML
#
|
|
# Amsterdam Web Communities System
|
|
# Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
#
|
|
# SPDX-Licenrse-Identifier: MPL-2.0
|
|
#
|
|
domains:
|
|
- domain: "community"
|
|
services:
|
|
- id: "Profile"
|
|
index: 0
|
|
default: true
|
|
locked: true
|
|
requirePermission: ""
|
|
requireRole: ""
|
|
linkSequence: 4900
|
|
link: "/comm/[CID]/profile"
|
|
title: "Profile"
|
|
- id: "Admin"
|
|
index: 1
|
|
default: true
|
|
locked: true
|
|
requirePermission: "Community.Read"
|
|
requireRole: "Community.AnyAdmin"
|
|
linkSequence: 5000
|
|
link: "/comm/[CID]/admin"
|
|
title: "Administration"
|
|
- id: "SysAdmin"
|
|
index: 2
|
|
default: false
|
|
locked: true
|
|
requirePermission: "Global.SysAdminAccess"
|
|
requireRole: ""
|
|
linkSequence: 10000
|
|
link: "/sysadmin"
|
|
title: "System Administration"
|
|
- id: "Conference"
|
|
index: 3
|
|
default: true
|
|
locked: false
|
|
requirePermission: "Community.Read"
|
|
requireRole: ""
|
|
linkSequence: 500
|
|
link: "/comm/[CID]/conf"
|
|
title: "Conferences"
|
|
- id: "Members"
|
|
index: 4
|
|
default: true
|
|
locked: true
|
|
requirePermission: "Community.Read"
|
|
requireRole: "Community.Member"
|
|
linkSequence: 4800
|
|
link: "/comm/[CID]/members"
|
|
title: "Members"
|