We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This Page is used to display the details of filmmakers and contributors for the LA Rebellion collection.
YouTube video walk-through: LA Rebellion pages
The first iteration of requirements: Excel
Please also see attached screenshots for quick reference.
If no mobile designs provided, please use your best judgment for responsiveness.
#import "../gql/fragments/Image.gql" query ftvaLARebellionIndividual { entry(section: "ftvaLARebellionIndividual", slug: "larry-clark") { typeHandle id nameFirst nameLast imageCarousel { ... on imageCarousel_imageCarousel_BlockType { image { ...Image } creditText } } richText slug to: uri associatedFilms { image { ...Image } titleGeneral description roles year filmLink { uri slug } } } }
<template #sharebutton> <ButtonDropdown data-test="share-button" button-title="Share" :has-icon="true" :dropdown-list="socialList.dropdownList" /> </template>
<RichText v-if="page?.richText" data-test="richText" class="richText" :rich-text-content="page?.richText" />
<SectionStaffSubjectLibrarian />
<TwoColLayoutWStickySideBar>
<CardMeta>
<ButtonDropdown />
<RichText />
The text was updated successfully, but these errors were encountered:
jendiamond
No branches or pull requests
Page Description
This Page is used to display the details of filmmakers and contributors for the LA Rebellion collection.
YouTube video walk-through: LA Rebellion pages
The first iteration of requirements: Excel
Design
Please also see attached screenshots for quick reference.
If no mobile designs provided, please use your best judgment for responsiveness.
Developer Tips
Child components
<SectionStaffSubjectLibrarian />
<TwoColLayoutWStickySideBar>
<CardMeta>
<ButtonDropdown />
<RichText />
The text was updated successfully, but these errors were encountered: