-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Story: Add Image and Video to Content Allowed in MLP NCIDS 2 Column Layout #4414
Closed
4 of 21 tasks
Comments
2 tasks
11 tasks
sarinapadilla
changed the title
Story: Add Image and Video to Content Allowed in MLP NCIDS 2-Column Container
Story: Add Image and Video to Content Allowed in MLP NCIDS 2 Column Layout
Oct 4, 2024
dev-rana-publicis
added a commit
that referenced
this issue
Oct 9, 2024
dev-rana-publicis
added a commit
that referenced
this issue
Oct 10, 2024
dev-rana-publicis
added a commit
that referenced
this issue
Oct 10, 2024
dev-rana-publicis
added a commit
that referenced
this issue
Oct 14, 2024
dlescarbeau
pushed a commit
that referenced
this issue
Oct 14, 2024
dlescarbeau
pushed a commit
that referenced
this issue
Oct 14, 2024
dev-rana-publicis
added a commit
that referenced
this issue
Oct 15, 2024
dev-rana-publicis
added a commit
that referenced
this issue
Oct 15, 2024
dev-rana-publicis
added a commit
that referenced
this issue
Oct 15, 2024
dlescarbeau
pushed a commit
that referenced
this issue
Oct 15, 2024
dlescarbeau
pushed a commit
that referenced
this issue
Oct 15, 2024
dlescarbeau
pushed a commit
that referenced
this issue
Oct 15, 2024
dlescarbeau
pushed a commit
that referenced
this issue
Oct 16, 2024
dlescarbeau
pushed a commit
that referenced
this issue
Oct 18, 2024
dlescarbeau
pushed a commit
that referenced
this issue
Oct 21, 2024
dlescarbeau
pushed a commit
that referenced
this issue
Oct 21, 2024
bennettcc
added
Needs Technical Review
needs PO review
Needs Federal Review
and removed
Fix per Feedback
labels
Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a content editor, I want to be able to add a video or image to the 2-column layout on Mini Landing Pages, so that visitors to the page can view and find relevant information and other components are not pushed further down the page.
Requirements
Functional Requirements
cgov_image
andcgov_video
to only appear on the right columnAnalytics Specifications
As images will not be clickable, the requirement below are specific to a click on the video component that can be added into the 2-column layout.
On click of the video player to start the video, an EDDL event shall be raised with the linkName and event of: MLP:InlineVideo:LinkClick.
This click event shall send the following information as data elements to EDDL:
Information about the page that was clicked:
• location: This value shall be set to 'Body'
• pageType: This value shall be set to match the content type of the page. In this case: 'cgvMiniLanding'
• pageTemplate: This value should be set to match the template of the page. In this case: 'ncids_default'
Location within the page of the component clicked:
• pageRows: This value shall be set to match the total number of rows on the page overall
• pageRowIndex: This value shall be set to the index of the row from the component clicked within the page
• pageRowCols: This value shall be set to the number of columns within the row of the clicked component. Will be set to 0 if no column component is present.
• pageRowColIndex: This value shall be set to the index of the selected column within the selected row from the link click. Will be set to 0 if no column component is present.
• pageRowVariant - If a component is not in the two column container, this should pass as Not Defined. If a component is in the two column container, this value should be captured as TwoColumn50:50 or TwoColumn66:33.
• containerItems: This value shall be set to the number of items within a container or row. As only 1 item is allowed per side in the two column container, this value will be set to 1.
• containerItemIndex: This value shall be set to the position of the clicked item within the container or row. As the video player will be an item in the two column container, this will be set to 1.
• For examples of how these values might be set see: https://app.mural.co/t/publicissapient7269/m/publicissapient7269/1721221635530/6d43c52f53d2171d5bc1fd66707d5c4496a4a867?sender=u68cf40f39616fa5333f84484)
Information about the component clicked:
• componentType: This is the name of the component and should be set to “Inline Video”
• componentTheme: As this component does not currently have theme options, this value should be set to 'Not Defined'
• componentVariant: This value represents the component design options available for a component type. For Video, this should be "Standard YouTube Video".
• linkText: This value will be set as “Play”.
• title: This value should be the heading of the Wide Guide Card. If no heading is set for the Wide Guide Card, this value will pass 'Not Defined'. This value should be truncated after 50 characters.
• linkType: This should be set to “Video Player”
• linkArea: This value will be set as “Play”.
• totalLinks: This should pass the total number of links shown in the component. For Inline Video, this should be 1.
• linkPosition: This should pass the total number of links shown in the component. For Inline Video, this should be 1.
DoR Tasks
DoD Tasks
Technical Notes
Content Model
Scenarios/Figma
Acceptance Criteria
CMS User Experience
Drupal Functionality:
Front-End Experience
Analytics
Analytics
Analytics Requirements
Notes
Solution
Prerequisites
The text was updated successfully, but these errors were encountered: