Extend and reorganize product tca
This commit is contained in:
+14
-11
@@ -34,11 +34,10 @@ return [
|
||||
'types' => [
|
||||
'1' => [
|
||||
'showitem' => '--palette--;;top, name_internal, --palette--;;name, --palette--;;header,
|
||||
--palette--;;destinations, keywords, feature, --palette--;Alternative;alternative,
|
||||
--palette--;;destinations, --palette--;;misc, --palette--;Alternative;alternative,
|
||||
--div--;Texte, teaser, teaser_long, concept_description, board_description, additional_services,
|
||||
programme_description, ski_pass_description,
|
||||
--div--;Verknüpfungen, journey, --palette--;;concept, hotels, facts, faqs, officetip,
|
||||
additional_regions, badge,
|
||||
--div--;Verknüpfungen, --palette--;;records, hotels, facts, faqs, additional_regions,
|
||||
--div--;Bilder/Dateien, teaser_images, header_images, images, reseller_images, banner, video,
|
||||
--div--;Bewertung, --palette--;;rating, testimonials,
|
||||
--div--;Buchbarkeit, non_bookable_dates',
|
||||
@@ -50,9 +49,10 @@ return [
|
||||
season, detail_page, external_link, path_segment'],
|
||||
'name' => ['showitem' => 'name,code'],
|
||||
'alternative' => ['showitem' => 'alt_product, alt_label'],
|
||||
'header' => ['showitem' => 'headline,subline,--linebreak--,header_title,header_subtitle'],
|
||||
'rating' => ['showitem' => 'rating_average,rating_votes_count'],
|
||||
'concept' => ['showitem' => 'concept,calendar_hotel'],
|
||||
'header' => ['showitem' => 'headline, subline, --linebreak--, header_title, header_subtitle'],
|
||||
'rating' => ['showitem' => 'rating_average, rating_votes_count'],
|
||||
'records' => ['showitem' => 'journey, concept, calendar_hotel, officetip, badge'],
|
||||
'misc' => ['showitem' => 'feature,keywords'],
|
||||
],
|
||||
'columns' => [
|
||||
|
||||
@@ -239,11 +239,12 @@ return [
|
||||
],
|
||||
'keywords' => [
|
||||
'exclude' => 0,
|
||||
'label' => 'Keywords für Suchschlitz',
|
||||
'label' => 'Keywords',
|
||||
'description' => 'für Suchschlitz (veraltet)',
|
||||
'config' => [
|
||||
'type' => 'text',
|
||||
'cols' => 40,
|
||||
'rows' => 3,
|
||||
'rows' => 2,
|
||||
'eval' => 'trim',
|
||||
],
|
||||
],
|
||||
@@ -267,10 +268,12 @@ return [
|
||||
],
|
||||
'feature' => [
|
||||
'exclude' => 0,
|
||||
'label' => 'Leistung für Teaser',
|
||||
'label' => 'Leistungen',
|
||||
'description' => 'für Teaser, max 2',
|
||||
'config' => [
|
||||
'type' => 'input',
|
||||
'size' => 30,
|
||||
'type' => 'text',
|
||||
'cols' => 30,
|
||||
'rows' => 2,
|
||||
'eval' => 'trim'
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user