Skip to content

Commit

Permalink
Fix #39: Correct editable plugin options for valueIfNull
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Mar 3, 2015
1 parent 9f19317 commit 744ebb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editable.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ public function registerAssets()
$view = $this->getView();
EditableAsset::register($view);
$this->pluginOptions = [
'defaultValue' => $this->valueIfNull,
'valueIfNull' => $this->valueIfNull,
'placement' => $this->placement,
'target' => $this->format == self::FORMAT_BUTTON ? '.kv-editable-button' : '.kv-editable-link',
'displayValueConfig' => $this->displayValueConfig,
Expand Down

0 comments on commit 744ebb3

Please sign in to comment.