Skip to content

Commit

Permalink
removed bootstrap filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrillaz committed Nov 2, 2020
1 parent 7c6e9ec commit 23ac809
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Noor Blocks
* Description: Collection of custom blocks.
* Version: 1.1.3
* Version: 1.1.7
* Author: Noor Digital Agency
* Author URI: https://noordigital.com
* Text Domain: blocks
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors:
Tags: block
Requires at least: 5.3.2
Tested up to: 5.4.1
Stable tag: 1.1.3
Stable tag: 1.1.7
Requires PHP: 7.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 0 additions & 4 deletions src/filters/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const attributes = (settings, name) => {
if ( 'core/button' === name ) {

Object.assign(settings.attributes, {
<<<<<<< HEAD
useIcon: {
type: 'boolean',
default: true
Expand All @@ -26,9 +25,6 @@ export const attributes = (settings, name) => {
type: 'string',
default: 'arrow-right-alt'
}
=======
...inlineIconAttributes
>>>>>>> a47aee9a909a9db0d84cb1bf537e08b971c8f5aa
});
}

Expand Down

0 comments on commit 23ac809

Please sign in to comment.