]> git.argeo.org Git - gpl/argeo-suite.git/blob - src/org/argeo/cms/text/CmsTypes.java
Prepare next development cycle
[gpl/argeo-suite.git] / src / org / argeo / cms / text / CmsTypes.java
1 package org.argeo.cms.text;
2
3 /** JCR types. */
4 public interface CmsTypes {
5 public final static String CMS_TEXT = "cms:text";
6 public final static String CMS_IMAGE = "cms:image";
7 public final static String CMS_SECTION = "cms:section";
8 public final static String CMS_STYLED = "cms:styled";
9
10 }