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
Copy file name to clipboardExpand all lines: docs/contentful/ContentBlock.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,7 @@
2
2
The first content type you should consider for your content elements inside a viewport. It allows you to insert into the page arbitrary text (supporting Markdown and HTML syntax), as well as misc inline UI elements, specific to our website (buttons, internal hyper-references, modals, etc.). It also supports the *image + text* type of content, for cases when, rather than an inline image, you need some special layout of the image with respect to the textual content. We also support different styles for content blocks via themes.
Copy file name to clipboardExpand all lines: docs/contentful/Route.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,7 @@
2
2
A Route that can render a Viewport at its endpoint, and also include sub-routes with Viewports. When linked to community-app it will render its [Viewport](./viewport.md) under the specified `URL`.
Copy file name to clipboardExpand all lines: docs/contentful/banner.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,7 @@
2
2
This content type provides banners: large background image, some textual content, positioned above it, and also some extra background just under the text, to improve its readability against the main background image. We support a few different banner styles via themes. Moving forward, probably, we will merge **Banner** type into **ContentBlock** one at some point, as there is no much differences between them in term of data they rely on.
Copy file name to clipboardExpand all lines: docs/contentful/viewport.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,7 @@
3
3
A generic container for other objects, that renders its children into a container element. It supports nested viewports, different layout options for viewport content via themes. Viewport should be considered as the main content layout and grouping component.
0 commit comments