Plugin Directory

Changeset 3164818


Ignore:
Timestamp:
10/08/2024 09:08:36 AM (17 months ago)
Author:
56degrees
Message:

Add more info and fixed blocks icon

Location:
fsdpe-events/trunk
Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • fsdpe-events/trunk/build/blocks/fsdpe-add-to-calendar-block/block.json

    r3164774 r3164818  
    66  "title": "Button Add To Calendar Event",
    77  "category": "widgets",
    8   "icon": "smiley",
    9   "description": "Example block scaffolded with Create Block tool.",
     8  "icon": "button",
     9  "description": "A block that allows you to add an event to the calendar.",
    1010  "example": {},
    1111  "supports": {
  • fsdpe-events/trunk/build/blocks/fsdpe-events-calendar-block/block.json

    r3164774 r3164818  
    66  "title": "Events view",
    77  "category": "widgets",
    8   "icon": "smiley",
    9   "description": "Example block scaffolded with Create Block tool.",
     8  "icon": "calendar",
     9  "description": "Events block which shows the entire view.",
    1010  "example": {},
    1111  "supports": {
  • fsdpe-events/trunk/package-lock.json

    r3164774 r3164818  
    55    "packages": {
    66        "": {
     7            "name": "fsdpe-events",
    78            "dependencies": {
    89                "@culturehq/add-to-calendar": "^1.1.2",
     
    32193220            }
    32203221        },
    3221         "node_modules/@playwright/test": {
    3222             "version": "1.46.0",
    3223             "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.46.0.tgz",
    3224             "integrity": "sha512-/QYft5VArOrGRP5pgkrfKksqsKA6CEFyGQ/gjNe6q0y4tZ1aaPfq4gIjudr1s3D+pXyrPRdsy4opKDrjBabE5w==",
    3225             "dev": true,
    3226             "peer": true,
    3227             "dependencies": {
    3228                 "playwright": "1.46.0"
    3229             },
    3230             "bin": {
    3231                 "playwright": "cli.js"
    3232             },
    3233             "engines": {
    3234                 "node": ">=18"
    3235             }
    3236         },
    32373222        "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
    32383223            "version": "0.5.15",
     
    2198621971            }
    2198721972        },
    21988         "node_modules/playwright": {
    21989             "version": "1.46.0",
    21990             "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.46.0.tgz",
    21991             "integrity": "sha512-XYJ5WvfefWONh1uPAUAi0H2xXV5S3vrtcnXe6uAOgdGi3aSpqOSXX08IAjXW34xitfuOJsvXU5anXZxPSEQiJw==",
    21992             "dev": true,
    21993             "peer": true,
    21994             "dependencies": {
    21995                 "playwright-core": "1.46.0"
    21996             },
    21997             "bin": {
    21998                 "playwright": "cli.js"
    21999             },
    22000             "engines": {
    22001                 "node": ">=18"
    22002             },
    22003             "optionalDependencies": {
    22004                 "fsevents": "2.3.2"
    22005             }
    22006         },
    22007         "node_modules/playwright-core": {
    22008             "version": "1.46.0",
    22009             "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.0.tgz",
    22010             "integrity": "sha512-9Y/d5UIwuJk8t3+lhmMSAJyNP1BUC/DqP3cQJDQQL/oWqAiuPTLgy7Q5dzglmTLwcBRdetzgNM/gni7ckfTr6A==",
    22011             "dev": true,
    22012             "peer": true,
    22013             "bin": {
    22014                 "playwright-core": "cli.js"
    22015             },
    22016             "engines": {
    22017                 "node": ">=18"
    22018             }
    22019         },
    22020         "node_modules/playwright/node_modules/fsevents": {
    22021             "version": "2.3.2",
    22022             "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
    22023             "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
    22024             "dev": true,
    22025             "hasInstallScript": true,
    22026             "optional": true,
    22027             "os": [
    22028                 "darwin"
    22029             ],
    22030             "peer": true,
    22031             "engines": {
    22032                 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
    22033             }
    22034         },
    2203521973        "node_modules/plur": {
    2203621974            "version": "4.0.0",
     
    2616526103            }
    2616626104        },
    26167         "node_modules/typescript": {
    26168             "version": "5.5.4",
    26169             "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
    26170             "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
    26171             "dev": true,
    26172             "peer": true,
    26173             "bin": {
    26174                 "tsc": "bin/tsc",
    26175                 "tsserver": "bin/tsserver"
    26176             },
    26177             "engines": {
    26178                 "node": ">=14.17"
    26179             }
    26180         },
    2618126105        "node_modules/uc.micro": {
    2618226106            "version": "1.0.6",
  • fsdpe-events/trunk/package.json

    r3164774 r3164818  
    11{
    22    "name": "fsdpe-events",
     3    "files": [
     4        "index.php",
     5        "fsdpe-events.php",
     6        "build",
     7        "src/assets",
     8        "src/blocks",
     9        "includes",
     10        "README.txt",
     11        "LICENSE"
     12    ],
    313    "dependencies": {
    414        "@culturehq/add-to-calendar": "^1.1.2",
  • fsdpe-events/trunk/src/blocks/fsdpe-add-to-calendar-block/block.json

    r3164774 r3164818  
    66    "title": "Button Add To Calendar Event",
    77    "category": "widgets",
    8     "icon": "smiley",
    9     "description": "Example block scaffolded with Create Block tool.",
     8    "icon": "button",
     9    "description": "A block that allows you to add an event to the calendar.",
    1010    "example": {},
    1111    "supports": {
  • fsdpe-events/trunk/src/blocks/fsdpe-events-calendar-block/block.json

    r3164774 r3164818  
    66    "title": "Events view",
    77    "category": "widgets",
    8     "icon": "smiley",
    9     "description": "Example block scaffolded with Create Block tool.",
     8    "icon": "calendar",
     9    "description": "Events block which shows the entire view.",
    1010    "example": {},
    1111    "supports": {
Note: See TracChangeset for help on using the changeset viewer.