Trying to run this with ContentBox v5.3 have fixed a couple of problems as below but I still have issues.
The calls to AdminMenuService@cb in ModuleConfig.cfc should be updated to AdminMenuService@contentbox.
In handlers\base.cfc the dependency injection property use entityService which should be replaced by VirtualEntityService.
Unfortunately, there is still an issue with the creation of the Virtual Entity Services and it is saying it can't find the entity it is using to build it. The error says "Error building: FieldService@cbFormBuilder -> No entity (persistent component) with name [Field] found".
Trying to run this with ContentBox v5.3 have fixed a couple of problems as below but I still have issues.
The calls to AdminMenuService@cb in ModuleConfig.cfc should be updated to AdminMenuService@contentbox.
In handlers\base.cfc the dependency injection property use entityService which should be replaced by VirtualEntityService.
Unfortunately, there is still an issue with the creation of the Virtual Entity Services and it is saying it can't find the entity it is using to build it. The error says "Error building: FieldService@cbFormBuilder -> No entity (persistent component) with name [Field] found".