Component-based Development
  • Welcome!
  • What you will build
  • Chapter 1
    • Local Setup
  • Chapter 2
    • Drupal theme and Front-End Tools
  • Chapter 3
    • Components architecture
    • Best practices
    • Drupal attributes
    • Twig embeds
  • Chapter 4
    • Building Components
      • Eyebrow
      • Heading
      • Button
      • Components Variations
      • Movie Card
      • Drupal Libraries
      • Featured Movie
      • Movie Card Collection
      • Movie List
      • Other components
  • Chapter 5
    • Building the back-end
      • Taxonomy
      • Image Styles
      • Content Types
      • View
      • Paragraph Type
  • Chapter 6
    • Integrating components
      • Movie Card
      • Featured Movie
      • Movie Card Collection
      • Movie List
      • Movie full display
  • Chapter 7
    • Resources
Powered by GitBook
On this page

Was this helpful?

  1. Chapter 5

Building the back-end

All back-end building and configuration has already been done as part of the Lando environment. However, if you wish to take a closer look at what's involved in building the back-end, we are including all the pieces required for this project in individual sections (Image styles, content types, taxonomy, views, etc.)

Please follow the steps in this section in the same order they have been created as this ensures dependencies are met prior to working on a specific section of the site. For example, before you can build the movie list view, you need to have the movie content type built, which in turn also has a dependency of taxonomy vocabulary and image styles.

PreviousOther componentsNextTaxonomy

Last updated 6 years ago

Was this helpful?