Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoos committed Feb 6, 2019
1 parent b77923b commit a64a695
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion components/Editable.php
Expand Up @@ -13,10 +13,20 @@ class Editable extends Pjax
* @var string the content between the opening and closing tag.
*/
public $content;

/**
* @var string URL to load the edit form.
*/
public $editUrl;
public $uuid;

/**
* @var string content in the popover to be shown, when the form is loading.
*/
public $loading = "<span>Loading...</span>";

private $uuid;


/**
* @inheritdoc
*/
Expand Down

0 comments on commit a64a695

Please sign in to comment.