-
Notifications
You must be signed in to change notification settings - Fork 10
Page Builder: Components
More detailed descriptions below, including field names, pictures of the form, and pictures of how the component gets rendered out on the final, user-browseable Page.
- Accordion: renders a single accordion that has a title and content. This starts off closed when the page is first rendered.
- Body text: Provides a WYSIWYG (What You See Is What You Get) editor to make rich paragraph text.
- Call to Action: Renders a larger than normal paragraph text element accompanied by a Call to Action Button that can go to any link specified.
- Downloadable File: Creates a link to a downloadable file. Supported document types are .pdf, .doc, .docx.
- Heading 2: Renders a heading and a descriptive paragraph. The heading is rendered in H2 format, and the description is rendered in paragraph format.
- Heading 3: Renders a heading and a descriptive paragraph. The heading is rendered in H3 format, and the description is rendered in paragraph format. The alignment for the H3 element can be configured to left, right, or centered.
- Image: Renders an image.
- Practices: A multi-select widget that lists all Practices in the system to create a custom list of Practices to display in "marketplace card" format.
- Subpage Hyperlink: Renders a heading that is a link to an internal page in the Diffusion Marketplace, along with descriptive text. The heading is rendered in H2 format, and the description is rendered in paragraph format. When a user clicks on the heading, they will be taken to the page specified.
- YouTube Player: renders a YouTube Video Player on the page. Caption can go underneath explaining the video.
- Horizontal Separator: renders a gray line to "separate" content.
Renders a single accordion that has a title and content. This starts off closed when the page is first rendered.
- Title: the text that is rendered in the accordion button
- Text: A WYSIWYG editor
Accordion Component Form
Accordion Rendered Version
Provides a WYSIWYG (What You See Is What You Get) editor to make rich paragraph text.
- Text: as a WYSIWYG editor - choose from different options such as bolding, italicizing, or underlining text (tested), creating a link within the paragraph (tested), quotes (not tested), code blocks (not tested), subscript (not tested), superscript(not tested), text alignment (not tested), numbered lists (not tested), bulleted lists (not tested), text color (tested), highlighted text (tested)
Body text Component Form
Body text Rendered Version
Renders a larger than normal paragraph text element accompanied by a Call to Action Button that can go to any link specified.
- CTA Text: the larger than normal paragraph text above the CTA button
- Button Text: Text that goes into the CTA button. The button is rendered as a primary button and always appears underneath the CTA Text
- Action Link: Where the button should take the user, i.e. to fill out a Surveymonkey form.
CTA Component Form
CTA Rendered Version
Creates a link to a downloadable file. Supported document types are **.pdf, .doc, .docx.
- File: The file to be uploaded to store, and then downloaded by users. If the component is saved, the current file is shown.
- Display Name: Text to show in place of the file name.
- Description: A brief description about the file.
Downloadable File Component Form
Downloadable File Rendered Version
Renders a heading and a descriptive paragraph. The heading is rendered in H2 format, and the description is rendered in paragraph format.
- Subtopic Title: The heading text. This renders out in H2 format.
- Subtopic Description: a description of the section.
Heading 2 Component Form
Heading 2 Rendered Version
Renders a heading and a descriptive paragraph. The heading is rendered in H3 format, and the description is rendered in paragraph format. The alignment for the H3 element can be configured to left, right, or centered.
- Title: The heading text. This renders out in H3 format.
- Description: a description of the section.
- Alignment: text alignment for the header: Left, Right, or Center.
Heading 3 Component Form
Heading 3 Rendered Version
Renders an image.
- Alignment: how the image should be aligned in its row: Left, Right, Center.
- Image: The image file to be uploaded and displayed. Once it is uploaded and the Page is saved, and you return to edit the Page, a small thumbnail of the image will be shown.
- Alternative Text: if the image cannot be found or the user is not allowing images on their browser, this text will be displayed instead.
Image Component Form
Image Rendered Version
A multi-select widget that lists all Practices in the system to create a custom list of Practices to display in "marketplace card" format.
- Practice List: a multi-select field that lists all Practices in alphabetical order. Hold down the "CTRL" key to choose multiple Practices from the list.
Practices Component Form
Practices Rendered Version
Renders a heading that is a link to an internal page in the Diffusion Marketplace, along with descriptive text. The heading is rendered in H2 format, and the description is rendered in paragraph format. When a user clicks on the heading, they will be taken to the page specified.
- Subpage URL Suffix: the internal URL path of the Diffusion Marketplace page. The URL must exist within Diffusion Marketplace, else an error will be thrown.
- Subpage Title: The heading text, also what the link will say.
- Subpage Description: A description of the page the user will be taken to.
Subpage Hyperlink Component Form
Subpage Hyperlink Rendered Version
Renders a YouTube Video Player on the page. Caption can go underneath explaining the video.
- YouTube URL: a string of text that represents the full url of the YouTube video
- Caption (Optional): a optional caption that describes the video. this is rendered underneath the video player.
YouTube Component Form
YouTube Rendered Version
Renders a gray line to "separate" content.
There is nothing to configure for this component.
Horizontal Separator Component Form
Horizontal Separator Rendered Version