Plugin Directory

Changeset 2871678


Ignore:
Timestamp:
02/27/2023 12:31:26 PM (3 years ago)
Author:
wpminds
Message:

V1 commit for growth blocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpminds-growth-blocks/tags/1.0.0/package.json

    r2868023 r2871678  
    1 {
    2     "name": "wpminds-growth-blocks",
    3     "title": "WPMinds  Growth Blocks",
    4     "version": "0.1.0",
    5     "description": "WPMinds  Growth Blocks is a collection of page building blocks for the Gutenberg block editor.",
    6     "author": "WPMinds ",
    7     "license": "GPLv2 or later",
    8     "main": "build/index.js",
    9     "scripts": {
    10         "build": "wp-scripts build",
    11         "format": "wp-scripts format",
    12         "lint:css": "wp-scripts lint-style",
    13         "lint:js": "wp-scripts lint-js",
    14         "packages-update": "wp-scripts packages-update",
    15         "plugin-zip": "wp-scripts plugin-zip",
    16         "start": "wp-scripts start"
     1[
     2    {
     3        "$schema": "https://schemas.wp.org/trunk/block.json",
     4        "apiVersion": 2,
     5        "title": "WPMinds Growth - Lead Generator Block",
     6        "icon": "superhero"
    177    },
    18     "devDependencies": {
    19         "@wordpress/scripts": "^25.3.0"
     8    {
     9        "$schema": "https://schemas.wp.org/trunk/block.json",
     10        "apiVersion": 2,
     11        "title": "WPMinds Growth - FAQ Block",
     12        "icon": "superhero"
     13    },
     14    {
     15        "$schema": "https://schemas.wp.org/trunk/block.json",
     16        "apiVersion": 2,
     17        "title": "WPMinds Growth - Header Block",
     18        "icon": "superhero"
     19    },
     20    {
     21        "$schema": "https://schemas.wp.org/trunk/block.json",
     22        "apiVersion": 2,
     23        "title": "WPMinds Growth - Testimonials Block",
     24        "icon": "superhero"
     25    },
     26    {
     27        "$schema": "https://schemas.wp.org/trunk/block.json",
     28        "apiVersion": 2,
     29        "title": "WPMinds Growth - Plan Block",
     30        "icon": "superhero"
     31    },
     32    {
     33        "$schema": "https://schemas.wp.org/trunk/block.json",
     34        "apiVersion": 2,
     35        "title": "WPMinds Growth - Price Block",
     36        "icon": "superhero"
     37    },
     38    {
     39        "$schema": "https://schemas.wp.org/trunk/block.json",
     40        "apiVersion": 2,
     41        "title": "WPMinds Growth - Value stack layout Block",
     42        "icon": "superhero"
    2043    }
    21 }
     44]
Note: See TracChangeset for help on using the changeset viewer.