You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As currently the cms blocks are stored in the cms frontend blocks folder, but may not match the frontend css framework. This allows us to be more flexible in feature and people can decide what types of block they like to install. bs4, bs3, generic, etc..
How to upgrade?
When running the import command an exception will abort the import command: You have to run the generic block updater. ./vendor/bin/luya cms/updater/generic
Make sure you have registered luyadev/luya-generic and luyadev/luya-boostrap3 packages in your composer.json file
Run composer update.
Make a backup of your database!!!
Now run the updater process ./vendor/bin/luya cms/updater/generic
Run the import command again ./vendor/bin/luya import
WHY?
As currently the cms blocks are stored in the cms frontend blocks folder, but may not match the frontend css framework. This allows us to be more flexible in feature and people can decide what types of block they like to install. bs4, bs3, generic, etc..
How to upgrade?
When running the import command an exception will abort the import command:
You have to run the generic block updater. ./vendor/bin/luya cms/updater/generic
luyadev/luya-generic
andluyadev/luya-boostrap3
packages in your composer.json filecomposer update
../vendor/bin/luya cms/updater/generic
./vendor/bin/luya import
Details
Split blocks into repositories.
./luya cms/updater/cmsblocks
this is only required if we detected a block from the old cms namespaceDetailed list of new locations for existing blocks:
generic = https://github.com/luyadev/luya-generic
bs3 = https://github.com/luyadev/luya-bootstrap3
bs4 = https://github.com/luyadev/luya-bootstrap4
system = github.com/luyadev/luya-module-cms
The text was updated successfully, but these errors were encountered: