1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Adjust custom data input to textarea

This commit is contained in:
kodumbeats 2021-03-12 14:40:11 -05:00
parent e0cbea64ae
commit 52a314877c

View file

@ -579,8 +579,8 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
data-failure-param-alert-text="Failed to execute function"
data-failure-param-alert-classname="error">
<label for="execution-data">APPWRITE_FUNCTION_DATA</label>
<input type="text" id="execution-data" name="data" autocomplete="off" class="margin-bottom" placeholder="data string (optional)" />
<label for="execution-data">Custom Data</label>
<textarea id="execution-data" name="data" autocomplete="off" class="margin-bottom" placeholder="Data string (optional)"></textarea>
<button type="submit" style="vertical-align: top;">Execute Now</button>
</form>