mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Fix minor styling issue with a list.
This commit is contained in:
parent
71b5842f79
commit
07257ddc79
@ -24,22 +24,17 @@ With Subsites you can set up users to have access to all subsites or just a sele
|
|||||||
## Common subsite uses
|
## Common subsite uses
|
||||||
Subsites can be used for various different reasons here are some of the common ones
|
Subsites can be used for various different reasons here are some of the common ones
|
||||||
|
|
||||||
- Setting up a subsite for a small campaign so for example a clothing company may set up a summer or winter subsite to
|
* Setting up a subsite for a small campaign so for example a clothing company may set up a summer or winter subsite to
|
||||||
market just that season of clothing.
|
market just that season of clothing.
|
||||||
|
* Locking down a particular subsite you may create a particular department like recruitment who would have access to
|
||||||
- Locking down a particular subsite you may create a particular department like recruitment who would have access to
|
|
||||||
create and edit pages for their particular subsite but they would not be able to modify the main website.
|
create and edit pages for their particular subsite but they would not be able to modify the main website.
|
||||||
|
* Running sub-domains on a single SilverStripe instance, with subsites if a sub-domain is pointing to the same instance
|
||||||
- Running sub-domains on a single SilverStripe instance, with subsites if a sub-domain is pointing to the same instance
|
|
||||||
and has been setup correctly you can manage this via a single CMS instance.
|
and has been setup correctly you can manage this via a single CMS instance.
|
||||||
|
* Subsites can not be used to run multiple websites on a single instance.
|
||||||
- Subsites can not be used to run multiple websites on a single instance.
|
|
||||||
Subsites does not allow you to run multiple domains/vhosts on a single instance.
|
Subsites does not allow you to run multiple domains/vhosts on a single instance.
|
||||||
|
|
||||||
|
|
||||||
## Access
|
## Access
|
||||||
|
|
||||||
|
|
||||||
Access to certain subsites can be limited to administrators based on the groups they are in.
|
Access to certain subsites can be limited to administrators based on the groups they are in.
|
||||||
So for example if you had a couple of subsites you could create a group for each subsite and then specify that the
|
So for example if you had a couple of subsites you could create a group for each subsite and then specify that the
|
||||||
group had access to all subsites or just a specific subsites.
|
group had access to all subsites or just a specific subsites.
|
||||||
|
Loading…
Reference in New Issue
Block a user