Leuchtfeuer / typo3-aws-tools

This extension connects your TYPO3 instance to Amazon CloudFront. It rewrites all file paths in the frontend to match your CDN domain. You also have the possibility to invalidate Amazon CloudFront entries.
https://www.Leuchtfeuer.com
GNU General Public License v2.0
2 stars 5 forks source link

Backend module only for administrator? #13

Closed ax-ha closed 9 months ago

ax-ha commented 9 months ago

Hello, thanks a lot for this great extension! May I ask why you only allow admin users to access the backend module? I would really like to allow this for experienced editors as well without to allow them everything else.

Any ideas how I can achieve this?

Thanks a lot for your help!

balasch commented 9 months ago

Overwrite the access settings via $TBE_MODULES. For TYPO3 v11.5 look at https://docs.typo3.org/m/typo3/reference-coreapi/11.5/en-us/ExtensionArchitecture/HowTo/BackendModule/BackendModuleApi/Index.html

ax-ha commented 9 months ago

Thank you, Marcus. I am still on version 11.5 and that was exactly the workaround which I have just used.

balasch commented 9 months ago

Great! Then I can close this issue here.