Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Sep 28, 2022
1 parent 0498d67 commit f16339c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/blocks/Listing/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ export const CardStylingSchemaEnhancer = ({ schema }) => {
return schema;
};

export const defaultStyleSchema = ({ formData, intl }) => {
return {
fieldsets: [
{
id: 'styling',
title: 'Styling',
fields: [],
},
],
properties: {},
required: [],
};
};

export const BasicListingBlockStylesSchema = ({ intl }) => ({
fieldsets: [
{
Expand Down

0 comments on commit f16339c

Please sign in to comment.