1
0
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:
Toby Zerner
2015-09-18 13:13:25 +09:30
parent 0b406a06a1
commit 6fff3cc0dc
2 changed files with 80 additions and 0 deletions

View File

@@ -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))