Skip to content

Commit 31a451f

Browse files
authored
[TASK] Use Fluid file extension in examples (#1261)
As a follow-up to #1258, all example templates are now using the new Fluid file extension. In all places where the file extension isn't specified explicitly, the fallback mechanism allows us to just rename the templates without any other changes. However, for `setTemplatePathAndFilename()`, an explicit path is given, which needs to be adjusted. Also, if the file extension is specified explicitly when rendering a partial, this also needs to be adjusted manually.
1 parent 42a07b7 commit 31a451f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+28
-28
lines changed

examples/ResourceOverrides/Private/Layouts/Default.html renamed to examples/ResourceOverrides/Private/Layouts/Default.fluid.html

File renamed without changes.

examples/ResourceOverrides/Private/Partials/SecondPartial.html renamed to examples/ResourceOverrides/Private/Partials/SecondPartial.fluid.html

File renamed without changes.

examples/ResourceOverrides/Private/Templates/Default/Default.html renamed to examples/ResourceOverrides/Private/Templates/Default/Default.fluid.html

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/Resources/Private/Partials/EscapingModifierPartial.html renamed to examples/Resources/Private/Partials/EscapingModifierPartial.fluid.html

File renamed without changes.

examples/Resources/Private/Partials/FirstPartial.html renamed to examples/Resources/Private/Partials/FirstPartial.fluid.html

File renamed without changes.

examples/Resources/Private/Partials/SecondPartial.html renamed to examples/Resources/Private/Partials/SecondPartial.fluid.html

File renamed without changes.

examples/Resources/Private/Partials/Structures.html renamed to examples/Resources/Private/Partials/Structures.fluid.html

File renamed without changes.

0 commit comments

Comments
 (0)