Block folder
/WEB-INF/config/template/[project]/layout/Block
Contains all templates to generate the blocks specific to a project in PageSeeder.
The folder name is capitalized and case-sensitive!
Each block template should be named after the block ID:
/WEB-INF/config/template/[project]/layout/Block/[block-id].xsl
The corresponding block-specific style (CSS) and behavior (JavaScript) should be placed in the corresponding style
folders:
- Scripts go to the Block script folder.
- Styles go to the Block style folder.