Skip to content

Commit

Permalink
short array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak-srivastava committed Apr 27, 2020
1 parent 8667661 commit c07c78e
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions settings/Mosaico.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,90 +42,90 @@
'description' => NULL,
'help_text' => NULL,
],
'mosaico_scale_factor1' => array(
'mosaico_scale_factor1' => [
'group_name' => 'Mosaico Preferences',
'group' => 'mosaico',
'name' => 'mosaico_scale_factor1',
'quick_form_type' => 'Select',
'type' => 'String',
'html_type' => 'select',
'html_attributes' => array(
'html_attributes' => [
'class' => 'crm-select2',
),
'pseudoconstant' => array(
],
'pseudoconstant' => [
'callback' => 'CRM_Mosaico_Utils::getResizeScaleFactor',
),
],
'default' => '',
'add' => '5.24',
'title' => 'Image resize scale factor',
'is_domain' => 1,
'is_contact' => 0,
'description' => NULL,
'help_text' => NULL,
),
'mosaico_scale_factor2' => array(
],
'mosaico_scale_factor2' => [
'group_name' => 'Mosaico Preferences',
'group' => 'mosaico',
'name' => 'mosaico_scale_factor2',
'quick_form_type' => 'Select',
'type' => 'String',
'html_type' => 'select',
'html_attributes' => array(
'html_attributes' => [
'class' => 'crm-select2',
),
'pseudoconstant' => array(
],
'pseudoconstant' => [
'callback' => 'CRM_Mosaico_Utils::getResizeScaleFactor',
),
],
'default' => '',
'add' => '5.24',
'title' => 'Image resize scale factor',
'is_domain' => 1,
'is_contact' => 0,
'description' => NULL,
'help_text' => NULL,
),
'mosaico_scale_width_limit1' => array(
],
'mosaico_scale_width_limit1' => [
'group_name' => 'Mosaico Preferences',
'group' => 'mosaico',
'name' => 'mosaico_scale_width_limit1',
'quick_form_type' => 'Select',
'type' => 'String',
'html_type' => 'select',
'html_attributes' => array(
'html_attributes' => [
'class' => 'crm-select2',
),
'pseudoconstant' => array(
],
'pseudoconstant' => [
'callback' => 'CRM_Mosaico_Utils::getResizeScaleWidthLimit',
),
],
'default' => '',
'add' => '5.24',
'title' => 'Image resize scale factor width limit',
'is_domain' => 1,
'is_contact' => 0,
'description' => NULL,
'help_text' => NULL,
),
'mosaico_scale_width_limit2' => array(
],
'mosaico_scale_width_limit2' => [
'group_name' => 'Mosaico Preferences',
'group' => 'mosaico',
'name' => 'mosaico_scale_width_limit2',
'quick_form_type' => 'Select',
'type' => 'String',
'html_type' => 'select',
'html_attributes' => array(
'html_attributes' => [
'class' => 'crm-select2',
),
'pseudoconstant' => array(
],
'pseudoconstant' => [
'callback' => 'CRM_Mosaico_Utils::getResizeScaleWidthLimit',
),
],
'default' => '',
'add' => '5.24',
'title' => 'Image resize scale factor width limit',
'is_domain' => 1,
'is_contact' => 0,
'description' => NULL,
'help_text' => NULL,
),
],
'mosaico_custom_templates_dir' => [
'group_name' => 'Mosaico Preferences',
'group' => 'mosaico',
Expand Down

0 comments on commit c07c78e

Please sign in to comment.