You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/dev-docs/plugins/development/plugin-structure.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,9 @@ tags:
13
13
---
14
14
15
15
import InteractivePluginStructure from '@site/src/components/PluginStructure.js'
16
-
import NotV5 from '/docs/snippets/_not-updated-to-v5.md'
17
16
18
17
# Plugin structure
19
18
20
-
<NotV5/>
21
-
22
19
When [creating a plugin with Plugin SDK](/dev-docs/plugins/development/create-a-plugin), Strapi generates the following boilerplate structure for you in the `./src/plugins/my-plugin` folder:
0 commit comments