Sarathlal N

Create a container for new block - Magento 2

When adding block in layout file, declare our container before block declaration.

<container name="some.container" as="someContainer" label="Some Container" htmlTag="div" htmlClass="some-container" />
...
Block code comes here
...
</container>

The above code will create a DIV container for content from block with CSS class some-container. The htmlTag will be a div, ul, span etc any HTML element.

Recent Posts

  1. Automating Release Generation with GitHub Actions
  2. WP CLI Commands to Bulk Delete Entries in WordPress Database
  3. Split a Single CSV File into Multiple Files Using the Split Command - Bash
  4. Migrating code repo from BitBucket to GitHub
  5. Streamlining Development - Our Journey with Git, Bitbucket, and Jira

Your Questions / Comments

If you found this article interesting, found errors, or just want to discuss about it, please get in touch.