sulu / ExampleNewsBundle

Sulu news example bundle
5 stars 3 forks source link

[WIP] News content type #14

Open chirimoya opened 8 years ago

chirimoya commented 8 years ago

Create a content type which can be used in the xml templates:

<property name="news" type="news">
    <meta>
        <title lang="en">News</title>
        <title lang="de">News</title>
    </meta>
</property>