Skip to content

Commit 6911e39

Browse files
iobradodingo-d
andauthored
Apply suggestions from code review
Co-authored-by: Denis Žoljom <dingo-d@users.noreply.github.com>
1 parent 491d54c commit 6911e39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/blog/2022-03-03-adding-blocks-wpcli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Adding components and blocks with WP-CLI
3-
description: This blog post covers how to use our WP CLI commands for adding components and blocks into our projects.
3+
description: This blog post covers how to use our WP CLI commands for adding components and blocks into your project.
44
slug: adding-blocks-wpcli
55
authors: iobrado
66
date: 2022-03-14
77
tags: [eightshift, boilerplate, wpcli, components, blocks]
88
hide_table_of_contents: false
99
---
10-
Although there are a few basic blocks available after creating a project, there are a lot more blocks available. However, you have to add them to your project with WP-CLI. To see the complete list of available components and blocks, visit our [Storybook](https://infinum.github.io/eightshift-docs/storybook/).
10+
Although there are a few basic blocks available after creating a project, there are a lot more blocks available in the dev kit. However, you have to add them to your project using WP-CLI (the simplest method). To see the complete list of available components and blocks, visit our [Storybook](https://infinum.github.io/eightshift-docs/storybook/).
1111

1212
These can be used out-of-the-box, but also as a good starting point if you need similar blocks in your projects. It will also speed up your development time since you don't have to build everything from scratch.
1313

@@ -24,7 +24,7 @@ If you've read our [Initial Setup](/blog/initial-setup) post, you're already fam
2424

2525
### Adding new component and block in our project
2626

27-
Let's say we need a Quote block in our project. After going through the documentation of Quote block, we see that we have one dependency, and that is Quote component. So, to make Quote block available in our project, we need two WP-CLI commands:
27+
Let's say we need a Quote block in our project. After going through the documentation of the Quote block, we see that we have one dependency, and that is the Quote component. So, to make Quote block available in our project, we need two WP-CLI commands:
2828

2929
```bash
3030
wp boilerplate use_component --name=quote

0 commit comments

Comments
 (0)