Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCU-2700

...

alignright
classmenu

Use the Magnolia Content type definition to specify a content type. Include Page_content types developer preview short info

_content types developer preview short info
Include Page
_what is a Magnolia content type
_what is a Magnolia content type

...

Example configuration:

bitbucket-cmeier-repogitcmsuserscmeier/repos/content-type-examples/raw/contentTypes/tourGuide.yaml?at=master
Code Pro
profile
languageyml
title/content-type-examples/contentTypes/tourGuide.yaml
sections%%datasource%% - %%shortBio%%
url
datasource:
  workspace: tourguides
  namespaces:
    mt: https://
www.magnolia-
travel.com/
jcr/
1.0/mt
  autoCreate: true
   
model:
  nodeType: mt:tourGuide
  properties:
    - name: birthday
      type: Date
    - name: gender
    - name: shortBio

Here we only focus on the top level properties of the content type definition.

...