You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A consequence of this fix is that the Contents view in print menu cannot be opened if the setting is set to 0:
because it does not have any subchapters to show:
The Subchapter Level setting doesn't work correctly. If you choose, for instance, 0 in the input...
the value does not carry over to client side.
The problem seems to be here (in the code):
The property tableOfContent does not appear on the modeldoc object (document).
It does, however, exist in
this.props.options?.tableOfContents
. And if you use this instead, the setting works from admin.Is this an okay solution, or does it interfere with the node backend perhaps?
The text was updated successfully, but these errors were encountered: