array( 'type' => 'boolean', 'default' => true, ), 'postGridLayout' => array( 'type' => 'string', 'default' => 'grid-four-layout-one', ), 'gridFourColumns' => array( 'type' => 'object', 'default' => array( 'device' => array( 'Desktop' => 3, 'Tablet' => '', 'Mobile' => '', ), ), ), 'gridFourHorizontalGap' => $this->ranger_attribute( 12 ), 'gridLargeContentPosition' => array( 'type' => 'string', 'default' => 'left', ), 'gridFourVerticalGap' => $this->ranger_attribute( 12 ), 'titleEffect' => array( 'type' => 'string', 'default' => 'none', ), 'titleUnderlineEffect' => array( 'type' => 'string', 'default' => 'leftToRight', ), 'titleEffectColor' => array( 'type' => 'string', 'default' => '#fff', ), ); return array_merge( $post_grid_four_attributes, $shared_attributes );