Strict Web Page

Release 1.0 - ...

Configuration for a Strict Web Page with

  • WYSIWYG Title field
  • WYSIWYG Body field

Contenttypes configured like this in the empty site:

  • Strict Web page

Nr

XML CopyCode image Copy Code
<?xml version="1.0" encoding="utf-8" ?>
<properties>
  <property name="Schema" type="String" roles="*">
   <![CDATA[../System/Standards compliance/XSD/xhtml1-strict.xsd]]>
  </property>
</properties>
Title/Description (and other plain text fields)
XML CopyCode image Copy Code
<?xml version="1.0" encoding="utf-8" ?>
<properties>
  <property name="SchemaSetId" type="String" roles="*">
   <![CDATA[sxml]]>
  </property>
  <property name="cust:_disableEscaping" type="Numeric" roles="*">3</property>
  <property name="Style" type="String" roles="*">
   <![CDATA[{codeview:background-color:#ffffdd:=}]]>
  </property>
  <property name="TextFilter" type="String" roles="*">
   <![CDATA[{codeview:plaintextcodeview:=plaintextfield}]]>
  </property>
  <property name="cust:checkEntityLength" type="Boolean" roles="*">1</property>
</properties>
Body (and other fields containing markup)
XML CopyCode image Copy Code
<?xml version="1.0" encoding="utf-8" ?>
<properties>
  <property name="cust:_disableEscaping" type="Numeric" roles="*">3</property>
  <property name="Style" type="String" roles="*">
   <![CDATA[{codeview:background-color:#ffffdd:=}]]>
  </property>
  <property name="EntityMode" type="String" roles="*">
   <![CDATA[Plain]]>
  </property>
  <property name="TextFilter" type="String" roles="*">
   <![CDATA[{codeview:htmlcodeview:=htmlfield}]]>
  </property>
  <property name="SchemaSetId" type="String" roles="*">
   <![CDATA[sxml+xhtml1-strict]]>
  </property>
  <property name="complianceDocType" type="String" roles="*">
   <![CDATA[xhtml 1.0 strict]]>
  </property>
</properties>