minetest-mods / inspector

A minetest node inspector tool that shows various properties of nodes.
GNU Lesser General Public License v2.1
9 stars 8 forks source link

Make formspec textarea read-only #11

Open Wuzzy2 opened 4 years ago

Wuzzy2 commented 4 years ago

Minetest supports read-only textareas now by setting the name field to an empty value.

So I suggest to make all textareas read-only that way.