-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
36 lines (26 loc) · 1.18 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=== NL Design System Community Blocks ===
Contributors: acato, rockfire
Tags: nl design system, nlds, gutenberg, blocks
Requires at least: 5.9
Tested up to: 6.1
Requires PHP: 7.4
Stable tag: 1.0.0
License: EUPL-1.2
License URI: https://eupl.eu/1.2/en
Adds NL Design System Community Blocks to the Gutenberg editor.
== Description ==
This plugin adds Gutenberg blocks that implement the NL Design System to the WordPress block editor.
== Installation ==
=== Manual installation ===
1. Upload the `nlds-community-blocks` folder to the `/wp-content/plugins/` directory.
2. `cd /wp-contents/plugins/nlds-community-blocks`
3. `pnpm install && pnpm run build`
4. Activate the NL Design System Community Gutenberg Blocks plugin through the 'Plugins' menu in WordPress.
=== Composer installation ===
1. `composer config repositories.nlds-community-blocks github https://github.com/nl-design-system/nlds-community-blocks`
2. `composer require nl-design-system/nlds-community-blocks`
3. `pnpm install && pnpm run build`
4. Activate the NL Design System Community Gutenberg Blocks plugin through the 'Plugins' menu in WordPress.
== Changelog ==
= 1.0.0 =
First working version.