Add images to docs, a question in 3 parts ... #660
roni-estein
started this conversation in
Ideas
Replies: 1 comment
-
I solved this in two ways, I just have been too busy to follow up. but by using the amazing paradigms built in, I've added a ContentComponent, which can simply be markdown string or raw html based on the boolean choice. It is a child component and can't have a schema, it doesn't contain children, simply data elements. However it can be added as a child of other component schemas and will render properly in designs based on how you encapsulate it. It takes classes. A work in progress but renders well under section descriptions as an image a ul list etc... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would there be interest in images for the code samples where appropriate?
If there was, would you allow me to add images under the code sample section that would show what the rendered item looks like from the code above?
If 1 & 2 are yes, is there a tool that can be configured to do this in your build process? If not I can do it manually.
I found myself constantly looking for the example while reading through the docs.
Beta Was this translation helpful? Give feedback.
All reactions