mod.wizards.newContentElement.wizardItems {
  grid {
    elements {
      container_2col_50_50 {
        title = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:title.50-50
        description = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:description.50-50
        iconIdentifier = container-2col
        tt_content_defValues {
          CType = container_2col
          tx_cc_container_configuration = 50-50
        }
      }
      container_2col_60_40 {
        title = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:title.60-40
        description = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:description.60-40
        iconIdentifier = container-2col
        tt_content_defValues {
          CType = container_2col
          tx_cc_container_configuration = 60-40
        }
      }
      container_2col_40_60 {
        title = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:title.40-60
        description = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:description.40-60
        iconIdentifier = container-2col
        tt_content_defValues {
          CType = container_2col
          tx_cc_container_configuration = 40-60
        }
      }
      container_2col_70_30 {
        title = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:title.70-30
        description = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:description.70-30
        iconIdentifier = container-2col
        tt_content_defValues {
          CType = container_2col
          tx_cc_container_configuration = 70-30
        }
      }
      container_2col_30_70 {
        title = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:title.30-70
        description = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:description.30-70
        iconIdentifier = container-2col
        tt_content_defValues {
          CType = container_2col
          tx_cc_container_configuration = 30-70
        }
      }
      container_2col_80_20 {
        title = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:title.80-20
        description = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:description.80-20
        iconIdentifier = container-2col
        tt_content_defValues {
          CType = container_2col
          tx_cc_container_configuration = 80-20
        }
      }
      container_2col_20_80 {
        title = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:title.20-80
        description = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_2col.xlf:description.20-80
        iconIdentifier = container-2col
        tt_content_defValues {
          CType = container_2col
          tx_cc_container_configuration = 20-80
        }
      }
    }
    removeItems := addToList(container_2col)
    show := addToList(container_2col_50_50)
    show := addToList(container_2col_40_60)
    show := addToList(container_2col_30_70)
    show := addToList(container_2col_20_80)
    show := addToList(container_2col_60_40)
    show := addToList(container_2col_70_30)
    show := addToList(container_2col_80_20)
  }
}

TCEFORM.tt_content {
  tx_cc_container_configuration.types {
    container_2col.disabled = 0
  }
  tx_cc_container_col_ordering.types {
    container_2col.disabled = 0
  }
}
