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
The content you are editing has changed. Please copy your edits and refresh the page.
CMS field implementation: https://prod.cms.va.gov/admin/structure/types/manage/event/fields
API query for individual node: https://prod.cms.va.gov/jsonapi/node/event/31269b5d-da18-497b-9fd4-42b77104ecd1?include=field_listing,field_additional_listings,field_media,field_media.image,field_administration
Content build template: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/layouts/event.drupal.liquid
Content build base GraphQl query: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/stages/build/drupal/graphql/nodeEvent.graphql.js
Events-specific filters: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/filters/events.js Some filters used by events: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/filters/liquid.js
Note: there is additional logic in Content Build for dealing with Event Listing pages. These are not handled here.
The text was updated successfully, but these errors were encountered:
This is complete.
Sorry, something went wrong.
jtmst
No branches or pull requests
Requirements
Tasks
Background & implementation details
CMS field implementation: https://prod.cms.va.gov/admin/structure/types/manage/event/fields
API query for individual node: https://prod.cms.va.gov/jsonapi/node/event/31269b5d-da18-497b-9fd4-42b77104ecd1?include=field_listing,field_additional_listings,field_media,field_media.image,field_administration
Content build template: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/layouts/event.drupal.liquid
Content build base GraphQl query: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/stages/build/drupal/graphql/nodeEvent.graphql.js
Events-specific filters: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/filters/events.js
Some filters used by events: https://github.com/department-of-veterans-affairs/content-build/blob/main/src/site/filters/liquid.js
Note: there is additional logic in Content Build for dealing with Event Listing pages. These are not handled here.
The text was updated successfully, but these errors were encountered: