Skip to content

Commit

Permalink
EZP-23831: removed xhtml5edit format schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Oct 8, 2015
1 parent 60a2166 commit aece54c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bundle/Resources/config/fieldtype_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ parameters:
ezpublish.fieldType.ezrichtext.validator.docbook.resources:
- %ezpublish.fieldType.ezrichtext.resources%/schemas/docbook/ezpublish.rng
- %ezpublish.fieldType.ezrichtext.resources%/schemas/docbook/docbook.iso.sch.xsl
ezpublish.fieldType.ezrichtext.validator.input.ezxhtml5.resources:
- %ezpublish.fieldType.ezrichtext.resources%/schemas/ezxhtml5/edit/ezxhtml5.xsd
ezpublish.fieldType.ezrichtext.validator.output.ezxhtml5.resources:
- %ezpublish.fieldType.ezrichtext.resources%/schemas/ezxhtml5/output/ezxhtml5.xsd

Expand Down Expand Up @@ -235,10 +233,6 @@ services:
class: %ezpublish.fieldType.ezrichtext.validator.xml.class%
arguments: [%ezpublish.fieldType.ezrichtext.validator.docbook.resources%]

ezpublish.fieldType.ezrichtext.validator.input.ezxhtml5:
class: %ezpublish.fieldType.ezrichtext.validator.xml.class%
arguments: [%ezpublish.fieldType.ezrichtext.validator.input.ezxhtml5.resources%]

ezpublish.fieldType.ezrichtext.validator.output.ezxhtml5:
class: %ezpublish.fieldType.ezrichtext.validator.xml.class%
arguments: [%ezpublish.fieldType.ezrichtext.validator.output.ezxhtml5.resources%]
Expand Down

0 comments on commit aece54c

Please sign in to comment.