Is your feature request related to a problem? Please describe.
One of the other structural aspects when it comes to designing themes in flarum is the footer element, we don't have one by default so themes have to modify the view file to add one and then mount a component, or be discouraged because of not knowing how to do that.
Describe the solution you'd like
While we don't use one by default, it would be nice to have a dummy Footer component mounted on the frontend for designers to hook into, and that would cost us nothing.
We would need to add a footer element with a proper class and ID, in the forum view.
Then mount it in the ForumApplication on the JS side.
Justify why this feature belongs in Flarum's core, rather than in a third-party extension
A default component already mounted would be a lot more intuitive for designers to hook into, as they would have already been monkey patching the frontend as usual.
Feature Request
Is your feature request related to a problem? Please describe. One of the other structural aspects when it comes to designing themes in flarum is the footer element, we don't have one by default so themes have to modify the view file to add one and then mount a component, or be discouraged because of not knowing how to do that.
Describe the solution you'd like While we don't use one by default, it would be nice to have a dummy Footer component mounted on the frontend for designers to hook into, and that would cost us nothing.
Justify why this feature belongs in Flarum's core, rather than in a third-party extension A default component already mounted would be a lot more intuitive for designers to hook into, as they would have already been monkey patching the frontend as usual.
Describe alternatives you've considered None.