@40q/40q-cli 1.0.13 → 1.0.15
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -17,7 +17,10 @@ export const name = "by40q/{{name}}";
|
|
17
17
|
export const title = __("{{title}}", "40q");
|
18
18
|
|
19
19
|
/* Block category */
|
20
|
-
export const category = "
|
20
|
+
export const category = "40q";
|
21
|
+
|
22
|
+
/* Block icon */
|
23
|
+
export const icon = "editor-paragraph";
|
21
24
|
|
22
25
|
/* Block attributes */
|
23
26
|
export const attributes = {
|