strapi-plugin-copy-any-component 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Copy Any Component Plugin for Strapi 5
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@strapi/plugin-copy-any-component.svg)](https://www.npmjs.com/package/@strapi/plugin-copy-any-component)
3
+ [![npm version](https://img.shields.io/npm/v/strapi-plugin-copy-any-component.svg)](https://www.npmjs.com/package/strapi-plugin-copy-any-component)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
6
  A powerful Strapi plugin that allows you to copy and reorder components (sections) between pages using an intuitive drag-and-drop interface. **No code required!** Works with any content type and dynamic zone.
@@ -58,14 +58,14 @@ Settings are **automatically saved** and persist even after Strapi restarts! No
58
58
  ### NPM Install (Recommended)
59
59
 
60
60
  ```bash
61
- npm install @strapi/plugin-copy-any-component
61
+ npm install strapi-plugin-copy-any-component
62
62
  ```
63
63
 
64
64
  ### Manual Install
65
65
 
66
66
  1. **Install the plugin:**
67
67
  ```bash
68
- npm install @strapi/plugin-copy-any-component
68
+ npm install strapi-plugin-copy-any-component
69
69
  ```
70
70
 
71
71
  2. **Register the plugin** in `config/plugins.ts`:
@@ -73,7 +73,7 @@ npm install @strapi/plugin-copy-any-component
73
73
  export default () => ({
74
74
  'copy-any-component': {
75
75
  enabled: true,
76
- resolve: './node_modules/@strapi/plugin-copy-any-component',
76
+ resolve: './node_modules/strapi-plugin-copy-any-component',
77
77
  // Optional: Set defaults (can be changed via admin panel)
78
78
  config: {
79
79
  contentType: 'api::page.page',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strapi-plugin-copy-any-component",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A powerful Strapi plugin that allows you to copy and reorder components (sections) between pages using an intuitive drag-and-drop interface. Works with any content type and dynamic zone - no code required!",
5
5
  "keywords": [
6
6
  "strapi",