Fixes max columns count feature on items related to this.

This commit is contained in:
mateuswetah 2022-10-12 16:06:16 -03:00
parent 2ab0c3184b
commit a6deb3a9b4
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ $options = [
$prefix . 'items_related_to_this_layout' => 'grid | list' $prefix . 'items_related_to_this_layout' => 'grid | list'
], ],
'options' => [ 'options' => [
$prefix . 'items_related_to_this_max_column_count' => [ $prefix . 'items_related_to_this_max_columns_count' => [
'label' => __( 'Max amount of items columns', 'blocksy' ), 'label' => __( 'Max amount of items columns', 'blocksy' ),
'type' => 'ct-number', 'type' => 'ct-number',
'design' => 'inline', 'design' => 'inline',