1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

Added API endpoint URL to project settings

This commit is contained in:
eldadfux 2019-09-15 20:38:04 +03:00
parent 5afcb4b9c1
commit 20234f6a7c

View file

@ -49,6 +49,11 @@ use Utopia\Locale\Locale;
<input data-forms-copy type="text" disabled data-ls-bind="{{console-project.$uid}}" />
</div>
<label for="name">API Endpoint</label>
<div class="input-copy">
<input data-forms-copy type="text" disabled data-ls-bind="{{env.PROTOCOL}}://{{env.DOMAIN}}/v1" />
</div>
<label for="description">Description &nbsp;<small>(optional)</small></label>
<textarea name="description" id="description" autocomplete="off" placeholder="Help us make the world a better place" data-ls-bind="{{console-project.description}}" data-forms-text-direction data-forms-text-count></textarea>