Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove access to "classes" for User Groups #5

Closed
bh-teufels opened this issue Sep 22, 2021 · 2 comments
Closed

Remove access to "classes" for User Groups #5

bh-teufels opened this issue Sep 22, 2021 · 2 comments

Comments

@bh-teufels
Copy link

is it possible to remove access to

  • containerClass

  • containerAttribute

  • sectionClass

  • row.class

  • columns..class

  • ...

for Backend User Groups?

id don't want my editors to change that

@buepro
Copy link
Owner

buepro commented Sep 23, 2021

Since those fields are provided through a flexform (in field pi_flexform) the standard mechanisms for field access control aren't available. But the flexform configuration can be adapted by TSconfig. User group TSconfig examples:

  • Disable the field row.class in sheet sCustom:
    page.TCEFORM.tt_content.pi_flexform.ce_columns2.sCustom.row\.class.disabled = 1
  • Disable sheet sCustom:
    page.TCEFORM.tt_content.pi_flexform.ce_columns2.sCustom.disabled = 1

@bh-teufels
Copy link
Author

thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants