pageTsConfig.ts 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092
  1. mod {
  2. web_layout {
  3. BackendLayouts {
  4. 1 {
  5. title = Artikel
  6. config {
  7. backend_layout {
  8. colCount = 2
  9. rowCount = 1
  10. rows {
  11. 1 {
  12. columns {
  13. 0 {
  14. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.main.title
  15. colPos = 0
  16. colspan = 4
  17. disallowed {
  18. CType = mrm_be_cm_linkage, mrm_be_cm_roof, mrm_be_cm_h1, mrm_be_cm_homeheaderinfo, mrm_be_cm_menu, mrm_be_cm_topthemen, mrm_be_cm_themaderwoche
  19. }
  20. }
  21. 1 {
  22. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.sidebar.title
  23. colPos = 1
  24. colspan = 1
  25. allowed {
  26. CType = mrm_be_cm_linkage, mrm_be_cm_injection
  27. }
  28. maxitems = 1
  29. }
  30. }
  31. }
  32. }
  33. }
  34. }
  35. }
  36. 2 {
  37. title = Home
  38. config {
  39. backend_layout {
  40. colCount = 1
  41. rowCount = 1
  42. rows {
  43. 1 {
  44. columns {
  45. 1 {
  46. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.main.title
  47. colPos = 0
  48. allowed {
  49. CType = mrm_be_cm_homeheaderinfo, mrm_be_cm_injection
  50. }
  51. }
  52. }
  53. }
  54. }
  55. }
  56. }
  57. }
  58. 3 {
  59. title = Kategorieübersicht
  60. config {
  61. backend_layout {
  62. colCount = 0
  63. rowCount = 0
  64. }
  65. }
  66. }
  67. 4 {
  68. title = Artikelübersicht
  69. config {
  70. backend_layout {
  71. colCount = 0
  72. rowCount = 0
  73. }
  74. }
  75. }
  76. 5 {
  77. title = Artikelübersicht (sortiert)
  78. config {
  79. backend_layout {
  80. colCount = 0
  81. rowCount = 0
  82. }
  83. }
  84. }
  85. 6 {
  86. title = Subkategorieübersicht
  87. config {
  88. backend_layout {
  89. colCount = 0
  90. rowCount = 0
  91. }
  92. }
  93. }
  94. 7 {
  95. title = iFrame
  96. config {
  97. backend_layout {
  98. colCount = 0
  99. rowCount = 0
  100. }
  101. }
  102. }
  103. 8 {
  104. title = Interaktiv-Übersicht
  105. config {
  106. backend_layout {
  107. colCount = 0
  108. rowCount = 0
  109. }
  110. }
  111. }
  112. 9 {
  113. title = Event-Übersicht
  114. config {
  115. backend_layout {
  116. colCount = 0
  117. rowCount = 0
  118. }
  119. }
  120. }
  121. 10 {
  122. title = Alle-Themen-Übersicht
  123. config {
  124. backend_layout {
  125. colCount = 0
  126. rowCount = 0
  127. }
  128. }
  129. }
  130. 11 {
  131. title = Sitemap
  132. config {
  133. backend_layout {
  134. colCount = 0
  135. rowCount = 0
  136. }
  137. }
  138. }
  139. 12 {
  140. title = Videoübersicht
  141. config {
  142. backend_layout {
  143. colCount = 0
  144. rowCount = 0
  145. }
  146. }
  147. }
  148. 13 {
  149. title = Newsübersicht
  150. config {
  151. backend_layout {
  152. colCount = 0
  153. rowCount = 0
  154. }
  155. }
  156. }
  157. 14 {
  158. title = ThemaDerWocheÜbersicht
  159. config {
  160. backend_layout {
  161. colCount = 0
  162. rowCount = 0
  163. }
  164. }
  165. }
  166. 15 {
  167. title = DetailSuche
  168. config {
  169. backend_layout {
  170. colCount = 0
  171. rowCount = 0
  172. }
  173. }
  174. }
  175. 16 {
  176. title = Veranstaltung
  177. config {
  178. backend_layout {
  179. colCount = 1
  180. rowCount = 1
  181. rows {
  182. 1 {
  183. columns {
  184. 1 {
  185. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.main.title
  186. colPos = 0
  187. allowed {
  188. CType = mrm_be_cm_paragraph
  189. }
  190. maxitems = 1
  191. }
  192. }
  193. }
  194. }
  195. }
  196. }
  197. }
  198. 17 {
  199. title = Blog-Post
  200. config {
  201. backend_layout {
  202. colCount = 1
  203. rowCount = 1
  204. rows {
  205. 1 {
  206. columns {
  207. 1 {
  208. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.main.title
  209. colPos = 0
  210. allowed {
  211. CType = mrm_be_cm_paragraph, mrm_be_cm_contentimage, mrm_be_cm_postimage
  212. }
  213. }
  214. }
  215. }
  216. }
  217. }
  218. }
  219. }
  220. 18 {
  221. title = Blog
  222. config {
  223. backend_layout {
  224. colCount = 0
  225. rowCount = 0
  226. }
  227. }
  228. }
  229. 19 {
  230. title = Thema der Woche
  231. config {
  232. backend_layout {
  233. colCount = 1
  234. rowCount = 1
  235. rows {
  236. 1 {
  237. columns {
  238. 1 {
  239. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.themaderwoche.title
  240. colPos = 0
  241. allowed {
  242. CType = mrm_be_cm_themaderwoche
  243. }
  244. }
  245. }
  246. }
  247. }
  248. }
  249. }
  250. }
  251. 20 {
  252. title = Menüs
  253. config {
  254. backend_layout {
  255. colCount = 1
  256. rowCount = 1
  257. rows {
  258. 1 {
  259. columns {
  260. 1 {
  261. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.menu.title
  262. colPos = 0
  263. allowed {
  264. CType = mrm_be_cm_menu
  265. }
  266. }
  267. }
  268. }
  269. }
  270. }
  271. }
  272. }
  273. 21 {
  274. title = Top-Thema
  275. config {
  276. backend_layout {
  277. colCount = 1
  278. rowCount = 1
  279. rows {
  280. 1 {
  281. columns {
  282. 1 {
  283. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.topthemen.title
  284. colPos = 0
  285. allowed {
  286. CType = mrm_be_cm_topthemen
  287. }
  288. }
  289. }
  290. }
  291. }
  292. }
  293. }
  294. }
  295. 22 {
  296. title = TopThemenÜbersicht
  297. config {
  298. backend_layout {
  299. colCount = 0
  300. rowCount = 0
  301. }
  302. }
  303. }
  304. 23 {
  305. title = Maintenance
  306. config {
  307. backend_layout {
  308. colCount = 1
  309. rowCount = 1
  310. rows {
  311. 1 {
  312. columns {
  313. 1 {
  314. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.maintenance.title
  315. colPos = 0
  316. allowed {
  317. CType = mrm_be_cm_maintenance
  318. }
  319. }
  320. }
  321. }
  322. }
  323. }
  324. }
  325. }
  326. 24 {
  327. title = Redirects
  328. config {
  329. backend_layout {
  330. colCount = 1
  331. rowCount = 1
  332. rows {
  333. 1 {
  334. columns {
  335. 1 {
  336. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.redirects.title
  337. colPos = 0
  338. allowed {
  339. CType = mrm_be_cm_redirects
  340. }
  341. }
  342. }
  343. }
  344. }
  345. }
  346. }
  347. }
  348. 25 {
  349. title = Image Plus
  350. config {
  351. backend_layout {
  352. colCount = 1
  353. rowCount = 1
  354. rows {
  355. 1 {
  356. columns {
  357. 1 {
  358. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.imageplus.title
  359. colPos = 0
  360. allowed {
  361. CType = mrm_be_cm_imageplus
  362. }
  363. }
  364. }
  365. }
  366. }
  367. }
  368. }
  369. }
  370. 26 {
  371. title = Interaktive To-do-Liste (Multi)
  372. config {
  373. backend_layout {
  374. colCount = 1
  375. rowCount = 1
  376. rows {
  377. 1 {
  378. columns {
  379. 1 {
  380. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.mrm_be_cm_checklist_todo_multi.title
  381. colPos = 0
  382. allowed {
  383. CType = mrm_be_cm_checklist_todo_multi
  384. }
  385. }
  386. }
  387. }
  388. }
  389. }
  390. }
  391. }
  392. 27 {
  393. title = Chatbot
  394. config {
  395. backend_layout {
  396. colCount = 1
  397. rowCount = 1
  398. rows {
  399. 1 {
  400. columns {
  401. 1 {
  402. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.mrm_be_cm_chatbot.title
  403. colPos = 0
  404. allowed {
  405. CType = mrm_be_cm_chatbot, mrm_be_cm_chatbot-direct
  406. }
  407. }
  408. }
  409. }
  410. }
  411. }
  412. }
  413. }
  414. 28 {
  415. title = Chatbot-direct
  416. config {
  417. backend_layout {
  418. colCount = 1
  419. rowCount = 1
  420. rows {
  421. 1 {
  422. columns {
  423. 1 {
  424. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.mrm_be_cm_chatbot-direct.title
  425. colPos = 0
  426. allowed {
  427. CType = mrm_be_cm_chatbot-direct, mrm_be_cm_chatbot
  428. }
  429. }
  430. }
  431. }
  432. }
  433. }
  434. }
  435. }
  436. 29 {
  437. title = Interviewfrage
  438. config {
  439. backend_layout {
  440. colCount = 1
  441. rowCount = 1
  442. rows {
  443. 1 {
  444. columns {
  445. 1 {
  446. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.interviewfrage.title
  447. colPos = 0
  448. allowed {
  449. CType = mrm_be_cm_interviewfrage
  450. }
  451. }
  452. }
  453. }
  454. }
  455. }
  456. }
  457. }
  458. 30 {
  459. title = InterviewAntwort
  460. config {
  461. backend_layout {
  462. colCount = 1
  463. rowCount = 1
  464. rows {
  465. 1 {
  466. columns {
  467. 1 {
  468. name = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_be_layout.columns.interviewantwort.title
  469. colPos = 0
  470. allowed {
  471. CType = mrm_be_cm_interviewantwort
  472. }
  473. }
  474. }
  475. }
  476. }
  477. }
  478. }
  479. }
  480. }
  481. tt_content {
  482. colPos_list = 0
  483. }
  484. }
  485. wizards.newContentElement.wizardItems {
  486. common {
  487. elements {
  488. mrm_be_cm_heroimage {
  489. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_heroimage.title
  490. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_heroimage.description
  491. iconIdentifier = mrm_be_cm_heroimage_icon
  492. tt_content_defValues {
  493. CType = mrm_be_cm_heroimage
  494. }
  495. }
  496. mrm_be_cm_introtext {
  497. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_introtext.title
  498. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_introtext.description
  499. iconIdentifier = mrm_be_cm_introtext_icon
  500. tt_content_defValues {
  501. CType = mrm_be_cm_introtext
  502. }
  503. }
  504. mrm_be_cm_paragraph {
  505. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_paragraph.title
  506. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_paragraph.description
  507. iconIdentifier = mrm_be_cm_paragraph_icon
  508. tt_content_defValues {
  509. CType = mrm_be_cm_paragraph
  510. }
  511. }
  512. mrm_be_cm_foldout {
  513. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_foldout.title
  514. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_foldout.description
  515. iconIdentifier = mrm_be_cm_foldout_icon
  516. tt_content_defValues {
  517. CType = mrm_be_cm_foldout
  518. }
  519. }
  520. mrm_be_cm_foldout_h3 {
  521. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_foldout_h3.title
  522. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_foldout_h3.description
  523. iconIdentifier = mrm_be_cm_foldout_icon
  524. tt_content_defValues {
  525. CType = mrm_be_cm_foldout_h3
  526. }
  527. }
  528. mrm_be_cm_h2 {
  529. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_h2.title
  530. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_h2.description
  531. iconIdentifier = mrm_be_cm_h2_icon
  532. tt_content_defValues {
  533. CType = mrm_be_cm_h2
  534. }
  535. }
  536. mrm_be_cm_h3 {
  537. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_h3.title
  538. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_h3.description
  539. iconIdentifier = mrm_be_cm_h3_icon
  540. tt_content_defValues {
  541. CType = mrm_be_cm_h3
  542. }
  543. }
  544. mrm_be_cm_contentimage {
  545. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_contentimage.title
  546. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_contentimage.description
  547. iconIdentifier = mrm_be_cm_contentimage_icon
  548. tt_content_defValues {
  549. CType = mrm_be_cm_contentimage
  550. }
  551. }
  552. mrm_be_cm_rawimage {
  553. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_rawimage.title
  554. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_rawimage.description
  555. iconIdentifier = mrm_be_cm_rawimage_icon
  556. tt_content_defValues {
  557. CType = mrm_be_cm_rawimage
  558. }
  559. }
  560. mrm_be_cm_animation {
  561. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_animation.title
  562. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_animation.description
  563. iconIdentifier = mrm_be_cm_animation_icon
  564. tt_content_defValues {
  565. CType = mrm_be_cm_animation
  566. }
  567. }
  568. mrm_be_cm_quiz {
  569. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_quiz.title
  570. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_quiz.description
  571. iconIdentifier = mrm_be_cm_quiz_icon
  572. tt_content_defValues {
  573. CType = mrm_be_cm_quiz
  574. }
  575. }
  576. mrm_be_cm_quiz_direct {
  577. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_quiz_direct.title
  578. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_quiz_direct.description
  579. iconIdentifier = mrm_be_cm_quiz_direct_icon
  580. tt_content_defValues {
  581. CType = mrm_be_cm_quiz_direct
  582. }
  583. }
  584. mrm_be_cm_voting {
  585. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_voting.title
  586. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_voting.description
  587. iconIdentifier = mrm_be_cm_voting_icon
  588. tt_content_defValues {
  589. CType = mrm_be_cm_voting
  590. }
  591. }
  592. mrm_be_cm_fahrplan {
  593. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_fahrplan.title
  594. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_fahrplan.description
  595. iconIdentifier = mrm_be_cm_fahrplan_icon
  596. tt_content_defValues {
  597. CType = mrm_be_cm_fahrplan
  598. }
  599. }
  600. mrm_be_cm_themaderwoche {
  601. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_themaderwoche.title
  602. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_themaderwoche.description
  603. iconIdentifier = mrm_be_cm_themaderwoche_icon
  604. tt_content_defValues {
  605. CType = mrm_be_cm_themaderwoche
  606. }
  607. }
  608. mrm_be_cm_topthemen {
  609. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_topthemen.title
  610. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_topthemen.description
  611. iconIdentifier = mrm_be_cm_topthemen_icon
  612. tt_content_defValues {
  613. CType = mrm_be_cm_topthemen
  614. }
  615. }
  616. mrm_be_cm_infobox {
  617. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_infobox.title
  618. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_infobox.description
  619. iconIdentifier = mrm_be_cm_infobox_icon
  620. tt_content_defValues {
  621. CType = mrm_be_cm_infobox
  622. }
  623. }
  624. /*
  625. mrm_be_cm_additionalinfobox {
  626. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_additionalinfobox.title
  627. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_additionalinfobox.description
  628. iconIdentifier = mrm_be_cm_additionalinfobox_icon
  629. tt_content_defValues {
  630. CType = mrm_be_cm_additionalinfobox
  631. }
  632. }
  633. */
  634. mrm_be_cm_movingimagesvideo {
  635. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_movingimagesvideo.title
  636. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_movingimagesvideo.description
  637. iconIdentifier = mrm_be_cm_movingimagesvideo_icon
  638. tt_content_defValues {
  639. CType = mrm_be_cm_movingimagesvideo
  640. }
  641. }
  642. mrm_be_cm_injection {
  643. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_injection.title
  644. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_injection.description
  645. iconIdentifier = mrm_be_cm_injection_icon
  646. tt_content_defValues {
  647. CType = mrm_be_cm_injection
  648. }
  649. }
  650. mrm_be_cm_html {
  651. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_html.title
  652. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_html.description
  653. iconIdentifier = mrm_be_cm_html_icon
  654. tt_content_defValues {
  655. CType = mrm_be_cm_html
  656. }
  657. }
  658. mrm_be_cm_homeheaderinfo {
  659. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_homeheaderinfo.title
  660. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_homeheaderinfo.description
  661. iconIdentifier = mrm_be_cm_homeheaderinfo_icon
  662. tt_content_defValues {
  663. CType = mrm_be_cm_homeheaderinfo
  664. }
  665. }
  666. mrm_be_cm_h1 {
  667. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_h1.title
  668. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_h1.description
  669. iconIdentifier = mrm_be_cm_h1_icon
  670. tt_content_defValues {
  671. CType = mrm_be_cm_h1
  672. }
  673. }
  674. mrm_be_cm_roof {
  675. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_roof.title
  676. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_roof.description
  677. iconIdentifier = mrm_be_cm_roof_icon
  678. tt_content_defValues {
  679. CType = mrm_be_cm_roof
  680. }
  681. }
  682. mrm_be_cm_postimage {
  683. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_postimage.title
  684. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_postimage.description
  685. iconIdentifier = mrm_be_cm_postimage_icon
  686. tt_content_defValues {
  687. CType = mrm_be_cm_postimage
  688. }
  689. }
  690. mrm_be_cm_linkage {
  691. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_linkage.title
  692. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_linkage.description
  693. iconIdentifier = mrm_be_cm_linkage_icon
  694. tt_content_defValues {
  695. CType = mrm_be_cm_linkage
  696. }
  697. }
  698. mrm_be_cm_tileoverview {
  699. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_tileoverview.title
  700. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_tileoverview.description
  701. iconIdentifier = mrm_be_cm_tileoverview_icon
  702. tt_content_defValues {
  703. CType = mrm_be_cm_tileoverview
  704. }
  705. }
  706. mrm_be_cm_dynamic_tileoverview {
  707. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_dynamic_tileoverview.title
  708. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_dynamic_tileoverview.description
  709. iconIdentifier = mrm_be_cm_dynamic_tileoverview_icon
  710. tt_content_defValues {
  711. CType = mrm_be_cm_dynamic_tileoverview
  712. }
  713. }
  714. mrm_be_cm_publication {
  715. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_publication.title
  716. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_publication.description
  717. iconIdentifier = mrm_be_cm_publication_icon
  718. tt_content_defValues {
  719. CType = mrm_be_cm_publication
  720. }
  721. }
  722. mrm_be_cm_highlightbox {
  723. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_highlightbox.title
  724. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_highlightbox.description
  725. iconIdentifier = mrm_be_cm_highlightbox_icon
  726. tt_content_defValues {
  727. CType = mrm_be_cm_highlightbox
  728. }
  729. }
  730. mrm_be_cm_statementbox {
  731. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_statementbox.title
  732. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_statementbox.description
  733. iconIdentifier = mrm_be_cm_statementbox_icon
  734. tt_content_defValues {
  735. CType = mrm_be_cm_statementbox
  736. }
  737. }
  738. mrm_be_cm_explorerbox {
  739. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_explorerbox.title
  740. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_explorerbox.description
  741. iconIdentifier = mrm_be_cm_explorerbox_icon
  742. tt_content_defValues {
  743. CType = mrm_be_cm_explorerbox
  744. }
  745. }
  746. mrm_be_cm_menu {
  747. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_menu.title
  748. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_menu.description
  749. iconIdentifier = mrm_be_cm_menu_icon
  750. tt_content_defValues {
  751. CType = mrm_be_cm_menu
  752. }
  753. }
  754. mrm_be_cm_picturechoice {
  755. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_picturechoice.title
  756. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_picturechoice.description
  757. iconIdentifier = mrm_be_cm_picturechoice_icon
  758. tt_content_defValues {
  759. CType = mrm_be_cm_picturechoice
  760. }
  761. }
  762. mrm_be_cm_checklist-todo {
  763. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist-todo.title
  764. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist-todo.description
  765. iconIdentifier = mrm_be_cm_checklist-todo_icon
  766. tt_content_defValues {
  767. CType = mrm_be_cm_checklist-todo
  768. }
  769. }
  770. mrm_be_cm_checklist-input {
  771. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist-input.title
  772. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist-input.description
  773. iconIdentifier = mrm_be_cm_checklist-input_icon
  774. tt_content_defValues {
  775. CType = mrm_be_cm_checklist-input
  776. }
  777. }
  778. mrm_be_cm_checklist-radiorange {
  779. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist-radiorange.title
  780. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist-radiorange.description
  781. iconIdentifier = mrm_be_cm_checklist-radiorange_icon
  782. tt_content_defValues {
  783. CType = mrm_be_cm_checklist-radiorange
  784. }
  785. }
  786. mrm_be_cm_checklist-yesmaybeno {
  787. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist-yesmaybeno.title
  788. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist-yesmaybeno.description
  789. iconIdentifier = mrm_be_cm_checklist-yesmaybeno_icon
  790. tt_content_defValues {
  791. CType = mrm_be_cm_checklist-yesmaybeno
  792. }
  793. }
  794. mrm_be_cm_checklist-scale {
  795. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist-scale.title
  796. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist-scale.description
  797. iconIdentifier = mrm_be_cm_checklist-scale_icon
  798. tt_content_defValues {
  799. CType = mrm_be_cm_checklist-scale
  800. }
  801. }
  802. mrm_be_cm_button {
  803. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_button.title
  804. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_button.description
  805. iconIdentifier = mrm_be_cm_button_icon
  806. tt_content_defValues {
  807. CType = mrm_be_cm_button
  808. }
  809. }
  810. mrm_be_cm_newsletterabo {
  811. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_newsletterabo.title
  812. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_newsletterabo.description
  813. iconIdentifier = mrm_be_cm_newsletterabo_icon
  814. tt_content_defValues {
  815. CType = mrm_be_cm_newsletterabo
  816. }
  817. }
  818. mrm_be_cm_podcast {
  819. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_podcast.title
  820. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_podcast.description
  821. iconIdentifier = mrm_be_cm_podcast_icon
  822. tt_content_defValues {
  823. CType = mrm_be_cm_podcast
  824. }
  825. }
  826. mrm_be_cm_maintenance {
  827. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_maintenance.title
  828. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_maintenance.description
  829. iconIdentifier = mrm_be_cm_maintenance_icon
  830. tt_content_defValues {
  831. CType = mrm_be_cm_maintenance
  832. }
  833. }
  834. mrm_be_cm_redirects {
  835. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_redirects.title
  836. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_redirects.description
  837. iconIdentifier = mrm_be_cm_redirects_icon
  838. tt_content_defValues {
  839. CType = mrm_be_cm_redirects
  840. }
  841. }
  842. mrm_be_cm_imageplus {
  843. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_imageplus.title
  844. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_imageplus.element_description
  845. iconIdentifier = mrm_be_cm_imageplus_icon
  846. tt_content_defValues {
  847. CType = mrm_be_cm_imageplus
  848. }
  849. }
  850. mrm_be_cm_checklist-todo-multi {
  851. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist_todo_multi.title
  852. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_checklist_todo_multi.element_description
  853. iconIdentifier = mrm_be_cm_checklist_todo_multi_icon
  854. tt_content_defValues {
  855. CType = mrm_be_cm_checklist_todo_multi
  856. }
  857. }
  858. mrm_be_cm_extra_infosbox {
  859. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_extra_infosbox.title
  860. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_extra_infosbox.description
  861. iconIdentifier = mrm_be_cm_extra_infosbox_icon
  862. tt_content_defValues {
  863. CType = mrm_be_cm_extra_infosbox
  864. }
  865. }
  866. mrm_be_cm_extra_infosbox_prefilled {
  867. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_extra_infosbox_prefilled.title
  868. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_extra_infosbox_prefilled.description
  869. iconIdentifier = mrm_be_cm_extra_infosbox_prefilled_icon
  870. tt_content_defValues {
  871. CType = mrm_be_cm_extra_infosbox_prefilled
  872. }
  873. }
  874. mrm_be_cm_chatbot {
  875. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_chatbot.title
  876. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_chatbot.element_description
  877. iconIdentifier = mrm_be_cm_chatbot_icon
  878. tt_content_defValues {
  879. CType = mrm_be_cm_chatbot
  880. }
  881. }
  882. mrm_be_cm_chatbot-direct {
  883. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_chatbot-direct.title
  884. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_chatbot-direct.element_description
  885. iconIdentifier = mrm_be_cm_chatbot-direct_icon
  886. tt_content_defValues {
  887. CType = mrm_be_cm_chatbot-direct
  888. }
  889. }
  890. mrm_be_cm_interviewfrage {
  891. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_interviewfrage.title
  892. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_interviewfrage.element_description
  893. iconIdentifier = mrm_be_cm_interviewfrage_icon
  894. tt_content_defValues {
  895. CType = mrm_be_cm_interviewfrage
  896. }
  897. }
  898. mrm_be_cm_interviewantwort {
  899. title = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_interviewantwort.title
  900. description = LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:mrm_be_cm_interviewantwort.element_description
  901. iconIdentifier = mrm_be_cm_interviewantwort_icon
  902. tt_content_defValues {
  903. CType = mrm_be_cm_interviewantwort
  904. }
  905. }
  906. }
  907. show = *
  908. }
  909. }
  910. }
  911. TCEFORM {
  912. pages {
  913. rowDescription {
  914. label = Anmerkung
  915. }
  916. projectTitle {
  917. disabled = 1
  918. }
  919. layout {
  920. disabled = 1
  921. }
  922. newUntil {
  923. disabled = 1
  924. }
  925. is_siteroot {
  926. disabled = 1
  927. }
  928. seo_title {
  929. disabled = 1
  930. }
  931. description {
  932. disabled = 1
  933. }
  934. publication_type {
  935. disabled = 1
  936. }
  937. forThemeOverview {
  938. disabled = 1
  939. }
  940. og_title {
  941. disabled = 1
  942. }
  943. og_description {
  944. disabled = 1
  945. }
  946. og_image {
  947. disabled = 1
  948. }
  949. nav_hide {
  950. disabled = 1
  951. }
  952. content_from_pid {
  953. disabled = 1
  954. }
  955. target {
  956. disabled = 1
  957. }
  958. cache_timeout {
  959. disabled = 1
  960. }
  961. cache_tags {
  962. disabled = 1
  963. }
  964. module {
  965. disabled = 1
  966. }
  967. subtitle {
  968. disabled = 1
  969. }
  970. canonical_link {
  971. disabled = 1
  972. }
  973. author {
  974. disabled = 1
  975. }
  976. author_email {
  977. disabled = 1
  978. }
  979. lastUpdated {
  980. disabled = 1
  981. }
  982. twitter_title {
  983. disabled = 1
  984. }
  985. twitter_description {
  986. disabled = 1
  987. }
  988. twitter_image {
  989. disabled = 1
  990. }
  991. twitter_card {
  992. disabled = 1
  993. }
  994. media {
  995. disabled = 1
  996. }
  997. tsconfig_includes {
  998. disabled = 1
  999. }
  1000. TSconfig {
  1001. disabled = 1
  1002. }
  1003. fe_group {
  1004. disabled = 1
  1005. }
  1006. fe_login_mode {
  1007. disabled = 1
  1008. }
  1009. categories {
  1010. disabled = 1
  1011. }
  1012. }
  1013. tt_content.CType.removeItems (
  1014. header,
  1015. textmedia,
  1016. text,
  1017. textpic,
  1018. image,
  1019. bullets,
  1020. table,
  1021. uploads,
  1022. form_formframework,
  1023. menu,
  1024. list,
  1025. div,
  1026. mailform,
  1027. login,
  1028. felogin_login,
  1029. menu_abstract,
  1030. menu_categorized_content,
  1031. menu_pages,
  1032. menu_categorized_pages,
  1033. menu_subpages,
  1034. menu_sitemap,
  1035. html,
  1036. shortcut,
  1037. menu_recently_updated,
  1038. menu_section_pages,
  1039. menu_section,
  1040. menu_related_pages,
  1041. menu_sitemap_pages
  1042. )
  1043. sys_file_reference.crop.config.cropVariants {
  1044. default {
  1045. title = Normal
  1046. allowedAspectRatios {
  1047. 3:2 {
  1048. title = 3:2
  1049. value = 1.5
  1050. }
  1051. }
  1052. }
  1053. i_1_1 {
  1054. title = Quadratisch
  1055. allowedAspectRatios {
  1056. 1:1 {
  1057. title = 1:1
  1058. value = 1
  1059. }
  1060. }
  1061. }
  1062. i_16_9 {
  1063. title = 16:9
  1064. allowedAspectRatios {
  1065. 16:9 {
  1066. title = 16:9
  1067. value = 1.77778
  1068. }
  1069. }
  1070. }
  1071. i_21_9 {
  1072. title = Flach
  1073. allowedAspectRatios {
  1074. 21:9 {
  1075. title = 21:9
  1076. value = 2.33333
  1077. }
  1078. }
  1079. }
  1080. }
  1081. }