File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,26 @@ composer require imagewize/sage-native-block --dev
2020```
2121
2222** NB** You can drop ` --dev ` but then it will be included in your production build.
23+
24+
25+ ## Configuration
26+
2327You can publish the config file with:
2428
2529``` shell
26- $ wp acorn vendor:publish --provider=" Imagewize\SageNativeBlockPackage\Providers\SageNativeBlockServiceProvider"
30+ wp acorn vendor:publish --provider=" Imagewize\SageNativeBlockPackage\Providers\SageNativeBlockServiceProvider"
2731```
2832
33+ ** NB** : This is optional. The package will work without this step. Future version will containe configuration options.
34+
2935## Usage
3036
3137### Creating a new block
3238
3339Run the sage-native-block command to create a block with default settings:
3440
3541``` shell
36- $ wp acorn sage-native-block:add-setup
42+ wp acorn sage-native-block:add-setup
3743```
3844
3945This will:
You can’t perform that action at this time.
0 commit comments