Hi,
"Read the docs" you might say. But, I learn fastest by looking at an example of the full code.
I already know the basics of building a Flarum extension and have released a few. But, I'm wondering if any devs out there might know of a good example of an extension, which is pretty simple, and it allows the user to input something in the admin, and that something saves to a table in the database.
I want to update one of my extensions so that the person inputs text in the admin versus having to manually update a file.
It's this one:
https://github.com/zerosonesfun/flarum-ext-fickle-announcement/
Right now, to update the announcement you have to manually edit a JS file. Hoping to one day turn this into a version where you input the message in the admin area instead. But I'm not a coder. I'm a lover.