Global content blocks
Global content blocks are similar to the regular content blocks, but they can be used not only on pages, but also in layouts and partials. Global content blocks are also shared across themes. You can define a single content block and use it in different themes. Its content will be the same in all themes.
You can manage global content blocks on the CMS/Content page. Similarly to partials, global content blocks have name, code and content. The code field is needed for referring to global content blocks in pages, layout and partial code. To output a global content block on a page, layout or partial use the global_content_block() function. The block code should be specified in the function parameter:
Next: Managing Resources
Previous: Creating editable blocks
Return to Creating pages

