docs: expand information on plugin placement in layout standard#555
docs: expand information on plugin placement in layout standard#555
Conversation
|
61b9e40 to
cd50403
Compare
cd50403 to
7652df5
Compare
There was a problem hiding this comment.
The rendered docs show that the links do not resolve as intended. This is probably due to the field renderType not being defined in PluginOptions.
It is furthermore confusing that one layouting system is explained as part of parameters and one as part of the type.
Proposed solution: Introductory text explains that there's two layouting systems available and briefly explains their difference. Parameters to PluginOptions further elaborate, and missing renderType is added.
Option: PluginOptions could become some sort or Either type, since either displayComponent/layoutTag are relevant, or renderType is. However, I don't know how to write this ad hoc.
7652df5 to
97b43a4
Compare
97b43a4 to
c2cded2
Compare
I've updated the wording which should be more inline with the actual implementation cfcb605. However, linking to Also 🏓 to you. |
36f28fc to
2d0fe31
Compare
2d0fe31 to
21e5cf3
Compare

Summary
Add additional information on how (custom) plugins may be played in
layout: 'standard'.Instructions for local reproduction and review
Read it.