mirror of
https://github.com/flarum/core.git
synced 2025-08-31 20:02:06 +02:00
Add abstract SettingsModal component in admin app
Makes building settings modals (that update basic config values) a whole lot quicker/easier.
This commit is contained in:
@@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- API to set asset compiler filename.
|
||||
- Migration generator, available via generate:migration console command.
|
||||
- Tags: Ability to set the tags page as the home page.
|
||||
- `bidi` attribute for Mithril elements as a shortcut to set up bidirectional bindings.
|
||||
- Abstract SettingsModal component for quickly building admin config modals.
|
||||
|
||||
### Changed
|
||||
- Migrations must be namespaced under `Flarum\Migrations\{Core|ExtensionName}`. ([#422](https://github.com/flarum/core/issues/422))
|
||||
|
Reference in New Issue
Block a user