You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@ Just [download](https://github.com/ahmadawais/Gutenberg-Boilerplate/archive/mast
31
31
This is a `todo` list for this boilerplate which also states the progress of what you can learn from it.
32
32
-[X][Build a Custom Gutenberg Block](https://github.com/ahmadawais/Gutenberg-Boilerplate/tree/master/block/01-basic) β with custom CSS for editor and frontend.
33
33
-[x][Build a Custom Gutenberg Block](https://github.com/ahmadawais/Gutenberg-Boilerplate/tree/master/block/02-basic-esnext) β with `ES6` or `ESNext` and a `Webpack` build process.
34
-
-[ ] Build a Custom Gutenberg Block β with `editable` content.
34
+
-[x][Build a Custom Gutenberg Block](https://github.com/ahmadawais/Gutenberg-Boilerplate/tree/master/block/03-block-editable) β with `editable` content.
35
+
-[x][Build a Custom Gutenberg Block](https://github.com/ahmadawais/Gutenberg-Boilerplate/tree/master/block/04-tweet) β to click Tweet the contents of that block.
35
36
-[ ] Build a Custom Gutenberg Block β with `editable` content and custom `toolbars`.
36
37
-[ ] Build a Custom Gutenberg Block β with a card layout `editable` + `non-ediatable` content (text + media).
37
38
-[ ] Maybe build a video series on Gutenberg development!
Copy file name to clipboardExpand all lines: block/01-basic/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,3 @@ This is a basic custom Gutenberg block. Files explained below.
7
7
-[`style.css`](https://github.com/ahmadawais/Gutenberg-Boilerplate/blob/master/block/01-basic/style.css) β Block CSS for the frontend.
8
8
-[`index.php`](https://github.com/ahmadawais/Gutenberg-Boilerplate/blob/master/block/01-basic/index.php) β Enqueue block's assets for editor and the frontend.
Copy file name to clipboardExpand all lines: block/02-basic-esnext/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ This is a basic custom Gutenberg block. Files explained below.
12
12
-[`package.json`](https://github.com/ahmadawais/Gutenberg-Boilerplate/blob/master/block/02-basic-esnext/package.json) & [`package-lock.json`](https://github.com/ahmadawais/Gutenberg-Boilerplate/blob/master/block/02-basic-esnext/package-lock.json) β NPM related file for holding NPM related metadata and `build`/`dev` NPM scripts.
0 commit comments