TripalCultivate / TripalCultivate-Theme

Provides a base theme for our collection of Tripal Cultivate sites.
0 stars 0 forks source link

Tile section regions #11

Closed reynoldtan closed 6 months ago

reynoldtan commented 7 months ago

This PR will create the content structure using blocks and regions. Inserting a content to individual tiles can be achieved using content block layout/type and content block.

image

To Test:

  1. Launch a theme clone.
  2. Switch to branch - tile-section-regions
  3. Clear cache and reload the front page.
  4. At this point, tiles are empty but the tile layout and form are visible.
  5. Navigate to my site/admin/structure/block-content and add a block type (For Tiles in this example) image
  6. Navigate to my site/admin/content and click Blocks tab
  7. Create a content by clicking on + Add content block button. Select the block type created in 5. image
  8. Navigate to my site/admin/structure/block and scroll down to where the blocks for Tripal Cultivate Theme namely: image
  9. Select the block and click the button (place block) next to the title and locate the content created in 7 and click place block button image
  10. Click Save Block and refresh front page.