- Issue created by @mably
- Merge request !30Issue #3490306 by mably: Fix bug preventing instantiation of a TocJS per node block → (Merged) created by mably
TocJS per node block cannot be instantiated any more, only TocJS block are.
self
method was used in the create
method of the TocJSBlock
class, disabling any extension.
Replace self
method by static
.
Active
3.0
Code