1
0
Fork 0
mirror of synced 2024-05-05 21:32:42 +12:00
appwrite/app/views/console/database/rules/markdown.phtml
2020-04-30 19:35:22 +03:00

7 lines
361 B
PHTML

<?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-forms-text-direction data-ls-bind="{{<?php echo $this->escape($namespace); ?>}}"<?php if($required): ?> required<?php endif; ?>></textarea>