Custom Field not working

Yes, it’s possible. You should go through to the available methods in plugin/instance.rb file. You can also check existing plugin codes to learn about how they handling different situations. And go through Beginner's Guide to Creating Discourse Plugins Part 1: Creating a basic plugin.

Edit: You can also monkey patch controller methods.

3 Likes