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
|_/src_| All **module** examples are located here.|
27
+
|_/src_| All **module** examples can be found here.|
28
28
29
29
### Symlinks
30
30
@@ -36,48 +36,48 @@ Creates symlinks, so that Smartstore can use the solution file and all of the mo
36
36
37
37
### "Hello World"
38
38
39
-
Start your journey here and build your first Smartstore module.
40
-
→ Source code for [Hello World](./src/MyOrg.HelloWorld)
39
+
Start your journey here and build your first Smartstore module.
40
+
→ Source code for [Hello World](./src/MyOrg.HelloWorld)
41
41
→ Developer documentation for [Building a simple "Hello World" module](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/building-a-simple-hello-world-module)
42
42
43
43
### Tabs
44
44
45
-
Add a tab to the product editing page in the backend.
46
-
→ Source code for [Tabs Tutorial](./src/MyOrg.TabsTutorial)
45
+
Add a tab to the product editing page in the backend.
46
+
→ Source code for [Tabs Tutorial](./src/MyOrg.TabsTutorial)
47
47
→ Developer documentation for [Adding tabs](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/adding-tabs)
48
48
49
49
### Widgets
50
50
51
-
Create a widget, that displays custom content in the frontend.
52
-
→ Source code for [Widget Tutorial](./src/MyOrg.WidgetTutorial)
51
+
Create a widget, that displays custom content in the frontend.
52
+
→ Source code for [Widget Tutorial](./src/MyOrg.WidgetTutorial)
53
53
→ Developer documentation for [Creating a Widget provider](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/creating-a-widget-provider)
54
54
55
55
### Menus
56
56
57
-
Access the menu bar in the backend and add a menu item and a submenu.
58
-
→ Source code for [Menu Tutorial](./src/MyOrg.MenuTutorial)
57
+
Access the menu bar in the backend and add a menu item and a submenu.
58
+
→ Source code for [Menu Tutorial](./src/MyOrg.MenuTutorial)
59
59
→ Developer documentation for [Adding menu items](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/adding-menu-items)
60
60
61
61
### Blocks
62
62
63
-
Create your own PageBuilder-Block to display in stories.
64
-
→ Source code for [BlockTutorial Tutorial](./src/MyOrg.BlockTutorialTutorial)
63
+
Create your own PageBuilder-Block to display in stories.
64
+
→ Source code for [BlockTutorial Tutorial](./src/MyOrg.BlockTutorialTutorial)
65
65
→ Developer documentation for [Creating a Block](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/creating-a-block)
66
66
67
67
#### Blocks (Advanced)
68
68
69
-
Tweak the Story view modes, to provide a better user experience and render a widget.
70
-
→ Source code for [BlockTutorialAdvanced Tutorial](./src/MyOrg.BlockTutorialAdvancedTutorial)
69
+
Tweak the Story view modes, to provide a better user experience and render a widget.
70
+
→ Source code for [BlockTutorialAdvanced Tutorial](./src/MyOrg.BlockTutorialAdvancedTutorial)
71
71
→ Developer documentation for [Creating a Block](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/creating-a-block#advanced-topics)
72
72
73
73
### Export
74
74
75
-
Export a specified number of products to the CSV and XML file format.
76
-
→ Source code for [Export Tutorial](./src/MyOrg.ExportTutorial)
75
+
Provide a configurable export for products, store information, etc.
76
+
→ Source code for [Export Tutorial](./src/MyOrg.ExportTutorial)
77
77
→ Developer documentation for [Creating an Export provider](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/creating-a-export-provider)
78
78
79
-
### Domains
79
+
### Entities
80
80
81
-
Create a small messaging system, using your own database table.
82
-
→ Source code for [Domain Tutorial](./src/MyOrg.DomainTutorial)
81
+
Create a small messaging system, using your own database table.
82
+
→ Source code for [Domain Tutorial](./src/MyOrg.DomainTutorial)
83
83
→ Developer documentation for [Creating a Domain entity](https://smartstore.gitbook.io/developer-guide/compose/modules/examples/creating-a-domain-entity)
0 commit comments