]> git.argeo.org Git - lgpl/argeo-commons.git/blob - argeo/cms/cms.cnd
Prepare next development cycle
[lgpl/argeo-commons.git] / argeo / cms / cms.cnd
1 <cms = 'http://www.argeo.org/ns/cms'>
2
3 // TEXT
4 [cms:styled]
5 mixin
6 - cms:style (STRING)
7 - cms:content (STRING)
8 - cms:data (BINARY)
9
10 [cms:image] > mix:title, mix:mimeType
11 mixin
12 - cms:imageWidth (STRING)
13 - cms:imageHeight (STRING)
14
15 [cms:section] > nt:folder, mix:created, mix:lastModified, mix:title
16 orderable
17 + cms:p (nt:base) = nt:unstructured *
18 + cms:h (cms:section) *
19 + cms:attached (nt:folder)
20
21 [cms:text] > cms:section
22 + cms:history (nt:folder)