ConfigPropertiesMigration_0_0_1
This migration is used for migrating a config property into the translation.
Migrations are referenced in the 'runOnBuild' section of the plugin.json and run exactly once.
Methods
public run()
Hook for running the migration.
public migrate($pluginSetId, $config)
This function contains the main logic of this migration
Type |
Name |
Description |
|
The pluginset id |
|
|
The Ceres config |
Thank you for your feedback!