1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 07:11:17 +02:00
Files
php-flarum/js/forum/dist
Toby Zerner 31997b8fdf Make Post component subclasses build on parent content
Extensions may wish to add attributes/content to all posts, regardless of type, by extending methods on the Post component. Now the subclasses will not overwrite, but rather append to, these additions.
2016-05-28 09:44:44 +09:30
..