]> git.argeo.org Git - gpl/argeo-suite.git/blob - publishing/org.argeo.publishing.ui/src/org/argeo/cms/text/CmsTypes.java
[maven-release-plugin] prepare release argeo-suite-2.1.17
[gpl/argeo-suite.git] / publishing / org.argeo.publishing.ui / 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 }