Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

  • ArticleListPagePart
    • previewTeaserBox
      • Representationen
        • multi
        • single
      • Properties
        • count
    • previewGrid
      • Representationen
        • twoColumn
        • threeColumn
        • fourColumn
      • Properties
        • count
        • count-overwritable
        • enable-paging
        • ad-frequency
        • ad-count-per-slot
    • previewSlider
      • Representationen
        • withPictures
        • withoutPicturesCaption
      • Properties
        • count
        • count-overwritable
        • enable-headline
        • ad-frequency
        • ad-count-per-slot
  • ArticleBoxPagePart
    • articleBox
      • Representationen
        • withPictures
        • withOnePicture
        • withoutPictures
  • AdvertPlacePagePart
    • media
  • HtmlCodePagePart
    • htmlCode
  • HtmlWysiwygPagePart
    • htmlCode
  • SpacingPagePart
    • spacing


PropertyBeschreibung

count

Legt die standardmäßige Anzahl an Artikeln fest

count-overwritable

Legt fest, ob die Anzahl an Artikel im Admin überschrieben werden kann

enable-headline

Aktiviert, ob für den Slider eine Headline angegeben werden kann

ad-frequency

Aller wieviel Artikel kommt ein Werbeblock

ad-count-per-slot

Wieviel Werbung pro Block



Codeblock
languageyml
titleBeispiel PagePart
page-part-key: articleSlider
page-part: ArticleListPagePart #entscheidet über den Kontext
caption: ArtikelSlider
sub-types:
  - sub-type-key: withPictures
    frontend-sub-type-key: previewSlider
    caption: withPicturesCaption
    count: 15
    count-overwritable: true
    enable-headline: true
    representation: withPictures
    ad-frequency: 4
  - sub-type-key: withoutPictures
    frontend-sub-type-key: previewSlider
    caption: withoutPicturesCaption
    count: 15
    count-overwritable: true
    enable-headline: true
    representation: withoutPictures
    ad-frequency: 4
    ad-count-per-slot: 1

...