It would be nice to be able to add some custom explanatory text to the top of the groups page.
Would it be possible to add a plugin outlet to discourse/app/assets/javascripts/discourse/templates/groups/index.hbs
possibly immediately after the header div at about line 23
{{plugin-outlet name="after-groups-header" args=(hash group=model)}}
?
1 Like
In general we are super open to adding plugin outlets, just send through a PR explaining the use case.
2 Likes