"Webrichtlijnen" Page
Release 1.0 - ...
Configuration for a Web Page that is compliant with Webrichtlijnen with
- WYSIWYG Title field
- WYSIWYG Body field
Contenttypes configured like this in the empty site:
- None
Nr
| XML |
|
|---|---|
<?xml version="1.0" encoding="utf-8" ?> <properties> <property name="Schema" type="String" roles="*"> <![CDATA[../System/Standards compliance/XSD/xhtml1-strict.xsd]]> </property> </properties> |
|
| XML |
|
|---|---|
<?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>
|
|
| XML |
|
|---|---|
<?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>
<property name="ctrl:MenubarXML" type="String" roles="*">
<![CDATA[../system/webEditor/Webrichtlijnen_menubar.xml]]>
</property>
<property name="ctrl:htmlMeta" type="String" roles="*">
<![CDATA[../system/webEditor/meta/Webrichtlijnen_html.xml]]>
</property>
<property name="WebrichtlijnenCompliance" type="Boolean" roles="*">1</property>
</properties>
|
|