mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Update placeholder and validation
This commit is contained in:
@@ -392,7 +392,7 @@
|
||||
<textarea
|
||||
class="text-input"
|
||||
id="custom-asset-code"
|
||||
placeholder="function init({ surface, assets, channel }) { } function tick() { }"
|
||||
placeholder="exports.init = ({ surface, assets, channel }) => { }; exports.tick = () => { };"
|
||||
rows="25"
|
||||
required
|
||||
></textarea>
|
||||
|
||||
Reference in New Issue
Block a user