mirror of
https://github.com/documize/community.git
synced 2025-07-20 21:59:42 +02:00
Use app-meta service to construct section link
This commit is contained in:
parent
9b82f42cc1
commit
b75969ae90
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ export default Component.extend(Notifier, ModalMixin, {
|
||||||
documentService: service('document'),
|
documentService: service('document'),
|
||||||
searchService: service('search'),
|
searchService: service('search'),
|
||||||
router: service(),
|
router: service(),
|
||||||
|
appMeta: service(),
|
||||||
deleteChildren: false,
|
deleteChildren: false,
|
||||||
blockTitle: "",
|
blockTitle: "",
|
||||||
blockExcerpt: "",
|
blockExcerpt: "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue