mod.wizards.newContentElement.wizardItems {
  grid {
    elements {
      container_3col_33_33_33 {
        title = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_3col.xlf:title.33-33-33
        description = LLL:EXT:site/Resources/Private/Language/ContentElements/locallang_container_3col.xlf:description.33-33-33
        iconIdentifier = container-3col
        tt_content_defValues {
          CType = container_3col
          tx_cc_container_configuration = 33-33-33
          frame_class = wide
        }
      }
    }
    removeItems := addToList(container_3col)
    show := addToList(container_3col_33_33_33)
  }
}

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