Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/bundle/ApiLoader/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function getMediaFieldTypeProcessor(): MediaProcessor
}

/**
* Factory for ezpublish_rest.field_type_processor.ezimage.
* Factory for ezpublish_rest.field_type_processor.ibexa_image.
*
* @param \Symfony\Component\Routing\RouterInterface $router
*
Expand Down Expand Up @@ -80,7 +80,7 @@ public function getImageAssetFieldTypeProcessor(
return new ImageAssetFieldTypeProcessor(
$router,
$this->repository->getContentService(),
$this->configResolver->getParameter('fieldtypes.ezimageasset.mappings'),
$this->configResolver->getParameter('fieldtypes.ibexa_image_asset.mappings'),
$variationsIdentifiers
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,28 @@
"id": 488,
"fieldDefinitionIdentifier": "title",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezstring",
"fieldTypeIdentifier": "ibexa_string",
"fieldValue": "draft article"
},
{
"id": 489,
"fieldDefinitionIdentifier": "short_title",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezstring",
"fieldTypeIdentifier": "ibexa_string",
"fieldValue": null
},
{
"id": 490,
"fieldDefinitionIdentifier": "author",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezauthor",
"fieldTypeIdentifier": "ibexa_author",
"fieldValue": []
},
{
"id": 491,
"fieldDefinitionIdentifier": "intro",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezrichtext",
"fieldTypeIdentifier": "ibexa_richtext",
"fieldValue": {
"xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ibexa.co/xmlns/dxp/docbook/xhtml\" xmlns:ezcustom=\"http://ibexa.co/xmlns/dxp/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>draft draft</para></section>\n",
"xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>\n"
Expand All @@ -90,7 +90,7 @@
"id": 492,
"fieldDefinitionIdentifier": "body",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezrichtext",
"fieldTypeIdentifier": "ibexa_richtext",
"fieldValue": {
"xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ibexa.co/xmlns/dxp/docbook/xhtml\" xmlns:ezcustom=\"http://ibexa.co/xmlns/dxp/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>draft draft draft</para></section>\n",
"xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft</p></section>\n"
Expand All @@ -100,14 +100,14 @@
"id": 493,
"fieldDefinitionIdentifier": "enable_comments",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezboolean",
"fieldTypeIdentifier": "ibexa_boolean",
"fieldValue": false
},
{
"id": 494,
"fieldDefinitionIdentifier": "image",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezobjectrelation",
"fieldTypeIdentifier": "ibexa_object_relation",
"fieldValue": {
"destinationContentId": null
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@
<id>481</id>
<fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>
<fieldValue>draft article</fieldValue>
</field>
<field>
<id>482</id>
<fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>
<fieldValue/>
</field>
<field>
<id>483</id>
<fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_author</fieldTypeIdentifier>
<fieldValue/>
</field>
<field>
<id>484</id>
<fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>
<fieldValue>
<value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ibexa.co/xmlns/dxp/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ibexa.co/xmlns/dxp/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft&lt;/para&gt;&lt;/section&gt;
Expand All @@ -65,7 +65,7 @@
<id>485</id>
<fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>
<fieldValue>
<value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ibexa.co/xmlns/dxp/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ibexa.co/xmlns/dxp/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft draft&lt;/para&gt;&lt;/section&gt;
Expand All @@ -79,14 +79,14 @@
<id>486</id>
<fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_boolean</fieldTypeIdentifier>
<fieldValue>false</fieldValue>
</field>
<field>
<id>487</id>
<fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezobjectrelation</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>
<fieldValue>
<value key="destinationContentId"/>
</fieldValue>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
{
"fieldDefinitionIdentifier": "title",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezstring",
"fieldTypeIdentifier": "ibexa_string",
"fieldValue": "draft article"
},
{
"fieldDefinitionIdentifier": "intro",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezrichtext",
"fieldTypeIdentifier": "ibexa_richtext",
"fieldValue":
{
"xml": "<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>"
Expand All @@ -38,7 +38,7 @@
{
"fieldDefinitionIdentifier": "body",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezrichtext",
"fieldTypeIdentifier": "ibexa_richtext",
"fieldValue": {
"xml": "<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft </p></section>"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@
"id": 249,
"fieldDefinitionIdentifier": "name",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezstring",
"fieldTypeIdentifier": "ibexa_string",
"fieldValue": "Forms"
},
{
"id": 250,
"fieldDefinitionIdentifier": "short_name",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezstring",
"fieldTypeIdentifier": "ibexa_string",
"fieldValue": null
},
{
"id": 251,
"fieldDefinitionIdentifier": "short_description",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezrichtext",
"fieldTypeIdentifier": "ibexa_richtext",
"fieldValue": {
"xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
"xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
Expand All @@ -83,7 +83,7 @@
"id": 252,
"fieldDefinitionIdentifier": "description",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezrichtext",
"fieldTypeIdentifier": "ibexa_richtext",
"fieldValue": {
"xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
"xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
<id>249</id>
<fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>
<fieldValue>Forms</fieldValue>
</field>
<field>
<id>250</id>
<fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>
<fieldValue/>
</field>
<field>
<id>251</id>
<fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>
<fieldValue>
<value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
Expand All @@ -58,7 +58,7 @@
<id>252</id>
<fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>
<fieldValue>
<value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
"id": 477,
"fieldDefinitionIdentifier": "name",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezstring",
"fieldTypeIdentifier": "ibexa_string",
"fieldValue": "Features"
},
{
"id": 478,
"fieldDefinitionIdentifier": "short_name",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezstring",
"fieldTypeIdentifier": "ibexa_string",
"fieldValue": null
},
{
"id": 479,
"fieldDefinitionIdentifier": "short_description",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezrichtext",
"fieldTypeIdentifier": "ibexa_richtext",
"fieldValue": {
"xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
"xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
Expand All @@ -65,7 +65,7 @@
"id": 480,
"fieldDefinitionIdentifier": "description",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezrichtext",
"fieldTypeIdentifier": "ibexa_richtext",
"fieldValue": {
"xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
"xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
<id>477</id>
<fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>
<fieldValue>Features</fieldValue>
</field>
<field>
<id>478</id>
<fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>
<fieldValue/>
</field>
<field>
<id>479</id>
<fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>
<fieldValue>
<value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
Expand All @@ -52,7 +52,7 @@
<id>480</id>
<fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
<languageCode>eng-GB</languageCode>
<fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
<fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>
<fieldValue>
<value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
"id": 477,
"fieldDefinitionIdentifier": "name",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezstring",
"fieldTypeIdentifier": "ibexa_string",
"fieldValue": "Features"
},
{
"id": 478,
"fieldDefinitionIdentifier": "short_name",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezstring",
"fieldTypeIdentifier": "ibexa_string",
"fieldValue": null
},
{
"id": 479,
"fieldDefinitionIdentifier": "short_description",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezrichtext",
"fieldTypeIdentifier": "ibexa_richtext",
"fieldValue": {
"xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
"xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
Expand All @@ -65,7 +65,7 @@
"id": 480,
"fieldDefinitionIdentifier": "description",
"languageCode": "eng-GB",
"fieldTypeIdentifier": "ezrichtext",
"fieldTypeIdentifier": "ibexa_richtext",
"fieldValue": {
"xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
"xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
Expand Down
Loading
Loading