Angular: Removed the mapping.ts file which contained all component mappings and moved all MapTo calls and EditConfig objects into the corresponding component files. To make the structure as clear as possible, the imported AEMContainerComponent and AEMResponsiveGridComponent (from @adobe/cq-angular-editable-components) now have their own files as well.
React: Updated file names and imports to get consistency with the Angular app.
Angular: Removed the
mapping.ts
file which contained all component mappings and moved allMapTo
calls andEditConfig
objects into the corresponding component files. To make the structure as clear as possible, the importedAEMContainerComponent
andAEMResponsiveGridComponent
(from@adobe/cq-angular-editable-components
) now have their own files as well.React: Updated file names and imports to get consistency with the Angular app.