/**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return NestedArray::mergeDeep(['canvas_size' => 'exact', 'canvas_color' => NULL, 'exact' => ['width' => '', 'height' => '', 'placement' => 'center-center', 'x_offset' => 0, 'y_offset' => 0], 'relative' => ['left' => 0, 'right' => 0, 'top' => 0, 'bottom' => 0]], parent::defaultConfiguration());
 }
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return ['level' => 0] + parent::defaultConfiguration();
 }
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return ['RGB' => '#FF0000'] + parent::defaultConfiguration();
 }
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return ['placement' => 'center-center', 'x_offset' => 0, 'y_offset' => 0, 'opacity' => 100, 'watermark_image' => ''] + parent::defaultConfiguration();
 }
Example #5
0
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration() {
   return parent::defaultConfiguration() + [
     'crop_type' => NULL,
   ];
 }