Introduce Argeo Publishing.
[gpl/argeo-suite.git] / publishing / org.argeo.publishing.ui / src / org / argeo / cms / text / CmsTypes.java
diff --git a/publishing/org.argeo.publishing.ui/src/org/argeo/cms/text/CmsTypes.java b/publishing/org.argeo.publishing.ui/src/org/argeo/cms/text/CmsTypes.java
new file mode 100644 (file)
index 0000000..3d856fd
--- /dev/null
@@ -0,0 +1,10 @@
+package org.argeo.cms.text;
+
+/** JCR types. */
+public interface CmsTypes {
+       public final static String CMS_TEXT = "cms:text";
+       public final static String CMS_IMAGE = "cms:image";
+       public final static String CMS_SECTION = "cms:section";
+       public final static String CMS_STYLED = "cms:styled";
+
+}