1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00
appwrite/app/views/console/database/rules/markdown.phtml

7 lines
335 B
PHTML
Raw Normal View History

2020-04-25 05:09:09 +12:00
<?php
$key = $this->getParam('key', '');
$required = $this->getParam('required', '');
$namespace = $this->getParam('namespace', '');
?>
<textarea type="text" name="<?php echo $this->escape($key); ?>" data-forms-pell data-ls-bind="{{<?php echo $this->escape($namespace); ?>}}"<?php if($required): ?> required<?php endif; ?>></textarea>