mirror of
https://github.com/documize/community.git
synced 2025-07-25 16:19:46 +02:00
Section title fix
This commit is contained in:
parent
6817f5083e
commit
f199366a5a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default Ember.Controller.extend(NotifierMixin, {
|
||||||
|
|
||||||
let page = {
|
let page = {
|
||||||
documentId: this.get('model.document.id'),
|
documentId: this.get('model.document.id'),
|
||||||
title: `${section.get('contentType')} Section`,
|
title: `${section.get('title')} Section`,
|
||||||
level: 1,
|
level: 1,
|
||||||
sequence: 2048,
|
sequence: 2048,
|
||||||
body: "",
|
body: "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue