object/form: temporarily render object config

To ease development, will be removed later on
This commit is contained in:
Thomas Gelf 2015-06-08 14:39:51 +02:00
parent ad27ab206d
commit bb63c9dbf5
1 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,7 @@
<div class="content">
<?= $this->form ?>
<pre>
<?= $this->escape($form->getObject()) ?>
</pre>
</div>