##################
## USER OPTIONS ##
##################

options {

    ###########
    ## CACHE ##
    ###########
    clearCache.pages = 1
    clearCache.all = 1
    
    saveDocNew = 1
    saveDocNew.tt_content = 1
    saveDocNew.pages = 1

	# Makes sure the clipboard doesn't clear:
    saveClipboard = 1

	# Reduces the amount of clipboards from 4 to 1:
    clipboardNumberPads = 1

    ###############
    ## PAGE TREE ##
    ###############
    pageTree.showPageIdWithTitle = 1
    pageTree.backgroundColor.0 = #fafafa
    pageTree.showDomainNameWithTitle = 1

}

admPanel {
    enable.edit = 0

	# Force re-loading the cache for external TS
    override.tsdebug.forceTemplateParsing = 0
}

##############################################################
## SET ACCESS TO container_elements options only for ADMINs ##
##############################################################
[!backend.user.isAdmin]
page.TCEFORM.tt_content.pi_flexform.ce_container.sDEF.containerClass.disabled = 1
page.TCEFORM.tt_content.pi_flexform.ce_container.sDEF.containerAttribute.disabled = 1
page.TCEFORM.tt_content.pi_flexform.ce_container.sDEF.sectionClass.disabled = 1
page.TCEFORM.tt_content.pi_flexform.ce_container.sDEF.isContainerFluid.disabled = 1
page.TCEFORM.tt_content.pi_flexform.ce_container.sDEF.wrapSection.disabled = 1

page.TCEFORM.tt_content.pi_flexform.ce_columns2.sCustom.disabled = 1
page.TCEFORM.tt_content.pi_flexform.ce_columns2.sAdjust.disabled = 1
page.TCEFORM.tt_content.pi_flexform.ce_columns3.sCustom.disabled = 1
page.TCEFORM.tt_content.pi_flexform.ce_columns3.sAdjust.disabled = 1
page.TCEFORM.tt_content.pi_flexform.ce_columns4.sCustom.disabled = 1
page.TCEFORM.tt_content.pi_flexform.ce_columns4.sAdjust.disabled = 1
[END]