-
Hi, Is it possible to secure Piranha CMS such that core branding (colours, fonts, heading styles etc) cannot be changed by regular content authors? i.e. So they can only be changed by developers or designated 'approvers' / admins. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi there! Could you clarify as I'm not sure what you mean. Piranha CMS doesn't really include any settings for visual things which means that editors will never be able to edit them unless you course you've added them yourself into the manager. If you'd like to be able to edit the branding of your application but not let the editors change it, one way to do it would be to.
Best regards |
Beta Was this translation helpful? Give feedback.
-
Hi Håkan
Thank for the prompt response. I don’t think I need to clarify as you’ve answered my question perfectly well!
Thanks
Salvo
From: Håkan Edling <notifications@github.com>
Sent: 19 November 2020 10:47
To: PiranhaCMS/piranha.core <piranha.core@noreply.github.com>
Cc: Salvo Profita <s.profita@clerkswell.com>; Author <author@noreply.github.com>
Subject: Re: [PiranhaCMS/piranha.core] Secured branding (#1406)
Hi there! Could you clarify as I'm not sure what you mean. Piranha CMS doesn't really include any settings for visual things which means that editors will never be able to edit them unless you course you've added them yourself into the manager.
If you'd like to be able to edit the branding of your application but not let the editors change it, one way to do it would be to.
1. Add all of your settings using api.Params. Here you can basically add any value as a database setting for your application.
2. Create a custom branding view inside the manager
3. Set permissions so only certain administrators can access the branding functionality.
Best regards
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1406 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARZ7U7AQ2YPBVMNW3QIDBRLSQTZRXANCNFSM4T3FL2GQ>.
...................................................................................................................... Internet communications are not secure and therefore ClerksWell Ltd does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of ClerksWell Ltd.
|
Beta Was this translation helpful? Give feedback.
Hi there! Could you clarify as I'm not sure what you mean. Piranha CMS doesn't really include any settings for visual things which means that editors will never be able to edit them unless you course you've added them yourself into the manager.
If you'd like to be able to edit the branding of your application but not let the editors change it, one way to do it would be to.
api.Params
. Here you can basically add any value as a database setting for your application.Best regards