Skip to content

Commit 9a34e54

Browse files
author
Jerry Lopez
authored
Add all layout sections to TOC
1 parent fd8221f commit 9a34e54

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,38 @@ A nice start to a collection of Magento 2 code snippets for Visual Studio Code!
44

55
## Table of Contents
66
- [Layouts](#layouts)
7+
- [Instructions](#instructions)
8+
- [Base](#base)
9+
- [Block](#block)
10+
- [Block Wrap](#block-wrap)
11+
- [Container](#container)
12+
- [Container Wrap](#container-wrap)
13+
- [Reference Block](#reference-block)
14+
- [Reference Container](#reference-container)
15+
- [Move](#move)
16+
- [Remove](#remove)
17+
- [Update](#update)
18+
- [Arguments](#arguements)
19+
- [Argument](#arguement)
20+
- [Attributes](#attributes)
21+
- [Translate](#translate)
22+
- [xsi:type](#xsi-type)
23+
- [Handle](#Handle)
24+
- [Destination](#destination)
25+
- [Element](#element)
26+
- [htmlId](#htmlid)
27+
- [htmlClass](#htmlclass)
28+
- [htmlTag](#htmltag)
29+
- [Output](#output)
30+
- [Label](#label)
31+
- [As](#as)
32+
- [Template](#template)
33+
- [Class](#class)
34+
- [Name](#name)
35+
- [Before](#before)
36+
- [After](#after)
37+
- [Cacheable](#cacheable)
38+
- [Display](#display)
39+
- [Remove](#remove)
740

841
## Layouts

0 commit comments

Comments
 (0)