Skip to content

blasvicco/NeoToMatrixExportPlusPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoToMatrixExportPlusPlugin

This is a Craft CMS Console Plugin that allows to the users run a Neo Field to Matrix and SuperTable combination Fields migration by Field ID.

This improvement of the Neo Field migration will set any nested field as a SuperTable field inside the Matrix Block of the root level, so only first level of nesting is preserved. Any nested Neo field set as available in top level, will be migrated as a root Matrix Block. The script also can remove the not used nested fields if the argument clean is set as true in the execution of the script.

Requirements

Example:

In the shell:

cd {craft application root folder}
./app/etc/console/yiic neomigrate fieldId={neoFieldId / required} clean={true / optional}

About

Export nested Neo fields to a combination of Matrix for top level and Super table fields for nested levels (Only first nested level supported)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages