## Additional Section Classes ##
#TCEFORM.pages {
#    tx_hivecptanchornav_bs4_class_section.addItems.section--custom = Custom Section
#}

## Custom CE-Layout ##
TCEFORM.tt_content {
    layout.addItems.10 = image-left
    layout.addItems.11 = image-right
    layout.addItems.91 = v50
    layout.addItems.92 = v70
    layout.addItems.93 = v30
}

## Frontend Layouts ##
#TCEFORM.pages {
#  layout.addItems.101 = Custom Fe-Layout
#}

## Default Header/Headline Labels ##
TCEFORM.tt_content.header_layout.altLabels {
  1 = H1
  2 = H2
  3 = H3
  4 = H4
  5 = H5
  6 = H6
}

## Header/Headline Layouts ##
TCEFORM.tt_content {
    header_layout.addItems.7 = dark h1
    header_layout.addItems.8 = h1-ultralight
    header_layout.addItems.9 = dark h1-ultralight
    header_layout.addItems.10 = h2-in-h1-style-ultralight
    header_layout.addItems.11 = dark h2-in-h1-style-ultralight
    header_layout.addItems.12 = h2-ultralight
    header_layout.addItems.13 = white h2-ultralight
    header_layout.addItems.14 = h2 rotate -90
    header_layout.addItems.15 = white h3
    header_layout.addItems.200 = white h1
    header_layout.addItems.201 = white h2
    header_layout.addItems.202 = white h3
    header_layout.addItems.203 = white h4
    header_layout.addItems.204 = white h5
    header_layout.addItems.205 = white h6
}


## RTE Preset ##
RTE.default.preset = teufels_presets

## RTE Layouts ##
RTE.default {
   //--Custom css classes for links--//
   buttons.link.properties.class.allowedClasses := addToList(btn btn-primary, btn btn-secondary, btn btn-tertiary, btn btn-download, btn btn-bdk, ico ico-mail, ico ico-phone, ico ico-download, ico ico-facebook, ico ico-twitter, ico ico-youtube, ico ico-xing)
}

## news Layouts ##
#tx_news.templateLayouts {
#    1 = Custom News Layout
#}


##########################################################
## CONFIGURATION FOR COPY PASTE & TRANSLATIONS          ##
## on Translation Import on LIVE set HideAtCopy to 1    ##
##########################################################
TCEMAIN.table.pages {
   disablePrependAtCopy = 1
   disableHideAtCopy = 1
}
TCEMAIN.table.tt_content {
   disablePrependAtCopy = 1
   disableHideAtCopy = 1
}
TCEMAIN.table.sys_file_reference {
    disablePrependAtCopy = 1
}

[applicationContext == "Production"]
    TCEMAIN.table.pages {
       disablePrependAtCopy = 1
       disableHideAtCopy = 0
    }
    TCEMAIN.table.tt_content {
       disablePrependAtCopy = 1
       disableHideAtCopy = 0
    }
[END]

#########################################
## CONFIGURATE CROP/FOCUS VARIANTS     ##
#########################################
## Default Image cropping ##
TCEFORM.sys_file_reference.crop.config.cropVariants {
    ##
    ##  Keep set startRatio (selectedRatio) to NaN
    ##  otherwise svg not working because get cropped and processed to png
    ##
    default {
        title = Crop & Focus Image
        selectedRatio = NaN
        allowedAspectRatios {
            NaN {
                title = free
                value = 0.0
            }
            21:5 {
                title = 21:5
                value = 4.2
            }
            21:9 {
                title = 21:9
                value = 2.3333333
            }
            16:9 {
                title = 16:9
                value = 1.7777777
            }
            4:3 {
                title = 4:3
                value = 1.3333333
            }
            3:2 {
                title = 3:2
                value = 1.5
            }
            1:1 {
                title = 1:1
                value = 1
            }
            2:3 {
                title = 2:3
                value = 0.6666666
            }
            3:4 {
                title = 3:4
                value = 0.75
            }
        }
        cropArea {
            x = 0.0,
            y = 0.0,
            width = 1.0,
            height = 1.0,
        }
        focusArea {
            x = 0.33333333333,
            y = 0.33333333333,
            width = 0.33333333333,
            height = 0.33333333333,
        }
    }
}
## Default Image cropping  - END ##

## Additional Spacers ##
TCEFORM.tt_content {
    space_before_class.addItems {
      padding-extra-small = Padding Extra Small
      padding-small = Padding Small
      padding-medium = Padding Medium
      padding-large = Padding Large
      padding-extra-large = Padding Extra Large
    }
    space_after_class.addItems {
       padding-extra-small = Padding Extra Small
       padding-small = Padding Small
       padding-medium = Padding Medium
       padding-large = Padding Large
       padding-extra-large = Padding Extra Large
    }
}