appwrite/app/views/console/database/rules/markdown.phtml

7 lines
361 B
PHTML
Raw Normal View History

2020-04-24 17:09:09 +00:00
<?php
$key = $this->getParam('key', '');
$required = $this->getParam('required', '');
$namespace = $this->getParam('namespace', '');
?>
2020-04-30 16:35:22 +00:00
<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>