Download the PHP package janit/ezplatform-migrate-image-asset without Composer
On this page you can find all versions of the php package janit/ezplatform-migrate-image-asset. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download janit/ezplatform-migrate-image-asset
More information about janit/ezplatform-migrate-image-asset
Files in janit/ezplatform-migrate-image-asset
Package ezplatform-migrate-image-asset
Short Description Copy eZ Platform image field contents to image asset field type
License MIT
Informations about the package ezplatform-migrate-image-asset
Migrate eZ Platform image field data to image assets
This repository contains an eZ Platform 3.x compatible Symfony command that migrates data from the image field type to the image asset field type.
This script does not do any content type modification, it simply copies and links image data to make moving from image fields to image asset fields easier.
Install the bundle using Composer:
Once installed you can run the command as follows:
`
Required arguments are:
type_identifier
: Content type identifier to be modifiedsource_field
: Field identifier of source image fieldtarget_field
: Field identifier of target image asset fieldtarget_location
: Location id of location where created images are to be placed
More information in the blog post: Converting image fields to use the image asset field type in eZ Platform
eZ Platform is now Ibexa DXP
Going forward from version 3.2 eZ Platform (Enterprise Edition) will be known as the Ibexa DXP technology that is the base for three products: Ibexa Content, Ibexa Experience and Ibexa Commerce. Instructions in this code should be relevant since Ibexa DXP is an evolution of eZ Platform, not a revolution. Learn more from the Ibexa DXP v3.2 launch post and the Ibexa developer portal.
All versions of ezplatform-migrate-image-asset with dependencies
ezsystems/ezplatform-kernel Version ^1.0
symfony/config Version ^5.0
symfony/console Version ^5.0
symfony/dependency-injection Version ^5.0
symfony/http-kernel Version ^5.0
symfony/yaml Version ^5.0
symfony/var-dumper Version ^5.0