Skip to content

Commit

Permalink
Remove the AR handler from images
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Dec 13, 2024
1 parent ef23207 commit 6c9d5f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/volto-light-theme/src/config/blocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { SeparatorStylingSchema } from '../components/Blocks/Separator/schema';
import {
imageBlockSchemaEnhancer,
standAloneImageBlockSchemaEnhancer,
aspectRatioSchemaEnhancer,
} from '../components/Blocks/Image/schema';
import { ImageBlockDataAdapter } from '../components/Blocks/Image/adapter';

Expand Down Expand Up @@ -247,7 +246,6 @@ export default function install(config: ConfigType) {
config.blocks.blocksConfig.gridBlock.blocksConfig.image.schemaEnhancer =
composeSchema(
imageBlockSchemaEnhancer,
aspectRatioSchemaEnhancer,
gridImageDisableSizeAndPositionHandlersSchema,
);
config.blocks.blocksConfig.gridBlock.blocksConfig.image.dataAdapter =
Expand Down

0 comments on commit 6c9d5f3

Please sign in to comment.