1
0
Fork 0
mirror of synced 2024-05-19 12:12:36 +12:00
appwrite/app/views/console/database/rules/url.phtml

6 lines
358 B
PHTML
Raw Normal View History

2020-04-21 06:47:26 +12:00
<?php
$key = $this->getParam('key', '');
$required = $this->getParam('required', '');
$namespace = $this->getParam('namespace', '');
?>
2020-04-29 20:36:55 +12:00
<input name="<?php echo $this->escape($key); ?>" type="url" autocomplete="off" data-ls-bind="{{<?php echo $this->escape($namespace); ?>}}" placeholder="https://example.com"<?php if($required): ?> required<?php endif; ?> />