1
0
Fork 0
mirror of synced 2024-05-06 05:42:35 +12:00
appwrite/app/views/console/database/rules/wildcard.phtml
2020-04-20 21:47:26 +03:00

6 lines
385 B
PHTML

<?php
$key = $this->getParam('key', '');
$required = $this->getParam('required', '');
$namespace = $this->getParam('namespace', '');
?>
<textarea name="<?php echo $this->escape($key); ?>" type="text" autocomplete="off" data-ls-bind="{{<?php echo $this->escape($namespace); ?>}}" data-forms-text-direction data-forms-text-count<?php if($required): ?> required<?php endif; ?>></textarea>