Skip to content

Commit e10f2f5

Browse files
committed
feat(README): Updates README page to include fields directory.
1 parent 6508e5f commit e10f2f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ It will create a directory called `my-extension`. Inside that directory, it will
4747
```
4848
my-extension
4949
├── includes
50+
|   ├── fields
51+
│   │   └── Input
52+
│   │   ├── Input.jsx
53+
│   │   └── style.css
5054
│   ├── modules
5155
│   │   └── HelloWorld
5256
│   │   ├── HelloWorld.jsx

0 commit comments

Comments
 (0)