sulu / SuluProductBundle

Sulu product bundle
MIT License
7 stars 8 forks source link

Implementation Content Templating #347

Open turbo-ele opened 7 years ago

turbo-ele commented 7 years ago
Q A
Bug? no
New Feature? yes

Content templates structure should be definable as xml, template views as twig. Again, an example can be found in SuluArticleBundle. Prospectively the data is stored in relational databases by json-decoding the content data. An alternative would be storing the content as xml, which has the advantage of the ability to perform mysql xpath queries.