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: content/en/docs/development/theming/_index.en.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,27 @@ c) Point to your new sub theme for **[WxT Library][wxt_library]** to properly lo
45
45
46
46
If the theme you are extending has custom block templates these won't be immediately inherited because a sub-theme creates copies of all the blocks in the parent theme and renames them with the sub-theme's name as a prefix. Twig block templates are derived from the block's name, so this breaks the link between these templates and their block.
47
47
48
-
To fix this problem it requires a hook in the sub-theme by adding the following code snippet to the `THEMENAME.theme` file:
48
+
Fixing this problem currently requires a hook in the `THEMENAME.theme` file and should have the following contents:
There are currently known performance issues related to the file mounting in `Docker for Desktop`
64
+
If you have `Docker for Desktop` and a new enough OSX environment (Monterey or higher) then the steps are the exact same as those for the Linux environment given above.
65
65
66
-
-**[Improve Mac File system performance][docker-mac]**
66
+
All that is required in advance is to enable `VirtioFS` accelerated directory sharing which you can see in the attached picture below.
67
+
68
+
{{< imgproc virtiofs Resize "x300" >}}
69
+
Docker for Desktop VirtioFS
70
+
{{< /imgproc >}}
71
+
72
+
For older environments you may still use mutagen which is discussed below.
73
+
74
+
## Legacy OSX Environments (Mutagen)
67
75
68
-
This is supposed to be fixed with the new virtualization framework in MacOSX 11.1+ but for the moment mutagen should be used.
76
+
While this is fixed with the new virtualization framework discussed above.
77
+
78
+
For older environments mutagen will have to be used instead and as such requires a few additional steps.
79
+
80
+
-**[Improve Mac File system performance][docker-mac]**
0 commit comments