[TYPO3-english] T3 6.2.6 no edit access

bernd wilke t3ng at bernd-wilke.net
Fri Jan 9 09:33:11 CET 2015


Am 09.01.15 um 08:35 schrieb piseth:
> Hi List,
>
> I create backend layout
> backend_layout {
>      colCount = 3
>      rowCount = 1
>      rows {
>          1 {
>              columns {
>                  1 {
>                      name = left
>                      colPos =1
>                  }
>                  2 {
>                      name = middle
>                      colPos = 0
>                  }
>                  3 {
>                      name = right
>                      colPos = 2
>                  }
>              }
>          }
>      }
> }
>
> when I apply it to my page. It said no edit access on the column left
> and column right.
> Any ideas? Thanks
>
do you use gridelements?
GE enables the definition of valid CE-types for each column, so you may 
miss the possibility to insert any valid CEs.

or you revoke the ability to modify the field 'colPos' for the editor?

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list