[Seven] Slots Manager View - #8268
Conversation
Documentation build overview
214 files changed ·
|
| @@ -0,0 +1,89 @@ | |||
| import fs from 'fs'; | |||
There was a problem hiding this comment.
@arybakov05 Why do you have to do this static analysis of the build? Wouldn't be enough that the route reads the config (config.slots) and builds it from there?
There was a problem hiding this comment.
@sneridagh The issue with config.slots is that it only captures the registered slots in a flat hierarchy. The static analysis also captures (empty) SlotRenderers and is able to reconstruct the hierarchy as nested in the implementation.
|
Important Hello! Thanks for contributing to Plone Aurora! FYI, since June 5th, Plone Aurora lives in its own repository, thus, the |
see #8264