Search the Community
Showing results for tags 'rockmigrations'.
-
Hi I am a PW newbie and try to install RockMigrations. What I did until now: Fresh PW install. I pointed to Baumrocks RockMigration repo on github. There I clicked on Code, downloaded the main as zip. Then I extracted the zip, changed the folders name to RockMigrations and compressed it as Zip again. Then I uploaded it to PW (yes, debug and upload permitted;-). Everything seems to be ok, I can install Rock Migrations within PW and by doing that MagicPages and the RockMigrationsGUI modules are also installed. My system realesed this warning message: "InputfieldTinyMCETools: settingsFile - File does not exist - /SERVERPATH/site/modules/RockMigrations/TinyMCE/simple.json" out that all is installed in /SERVERPATH/site/modules/MagicPages and for RockMigrations not as expected in /SERVERPATH/site/modules/RockMigrations/ Does anyone have a hint for me? Thank you in advance.
-
I want to add a FieldtypeRepeater and I want the repeater to contain a FieldtypePage. Do I have to create the FieldtypePage in separate migration? The reason is In the FieldtypeRepeater I have to give the id of the FieldtypePage in the "repeaterFields" property. If I do it in a single migration, the FieldtypePage does not yet have an id. What is the best way to do this?