File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
10/umbraco-cms/extending/filesystemproviders
13/umbraco-cms/extending/filesystemproviders
14/umbraco-cms/extending/filesystemproviders
15/umbraco-cms/extending/filesystemproviders Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ By default the MediaPath scheme used by Umbraco is the `UniqueMediaPathScheme` t
145145
146146` /media ` is defined by the PhysicalFileSystem and 'dozdrg2f' is generated by the ` UniqueMediaPathScheme ` .
147147
148- You can create your own logic for the path by implementing IMediaPathScheme and setting it during composition with:
148+ You can create your own logic for the path by implementing ` IMediaPathScheme ` and setting it during composition with:
149149
150150``` csharp
151151builder .Services .AddUnique <IMediaPathScheme , MyCustomMediaPathScheme >();
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ By default the MediaPath scheme used by Umbraco is the `UniqueMediaPathScheme` t
144144
145145` /media ` is defined by the PhysicalFileSystem and 'dozdrg2f' is generated by the ` UniqueMediaPathScheme ` .
146146
147- You can create your own logic for the path by implementing IMediaPathScheme and setting it during composition with:
147+ You can create your own logic for the path by implementing ` IMediaPathScheme ` and setting it during composition with:
148148
149149``` csharp
150150builder .Services .AddUnique <IMediaPathScheme , MyCustomMediaPathScheme >();
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ By default the MediaPath scheme used by Umbraco is the `UniqueMediaPathScheme` t
146146
147147` /media ` is defined by the PhysicalFileSystem and 'dozdrg2f' is generated by the ` UniqueMediaPathScheme ` .
148148
149- You can create your own logic for the path by implementing IMediaPathScheme and setting it during composition with:
149+ You can create your own logic for the path by implementing ` IMediaPathScheme ` and setting it during composition with:
150150
151151``` csharp
152152builder .Services .AddUnique <IMediaPathScheme , MyCustomMediaPathScheme >();
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ By default the MediaPath scheme used by Umbraco is the `UniqueMediaPathScheme` t
146146
147147` /media ` is defined by the PhysicalFileSystem and 'dozdrg2f' is generated by the ` UniqueMediaPathScheme ` .
148148
149- You can create your own logic for the path by implementing IMediaPathScheme and setting it during composition with:
149+ You can create your own logic for the path by implementing ` IMediaPathScheme ` and setting it during composition with:
150150
151151``` csharp
152152builder .Services .AddUnique <IMediaPathScheme , MyCustomMediaPathScheme >();
You can’t perform that action at this time.
0 commit comments