Skip to content

Commit

Permalink
[FIX] Fix TypoScript file code indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Jan 25, 2024
1 parent 39f1d94 commit dc56d3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Configuration/TypoScript/Examples/setup.typoscript
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
plugin.tx_genericgallery.settings.gallery {
default {
# Name (for use in backend)
# Name (for use in backend)
name = Default Gallery

# Icon (for use in backend)
icon = extensions-generic-gallery

# Templates, partials and layouts files configured by standard extbase / fluid config
# Templates for each gallery can be overridden by using the following configuration:
# "template = EXT:my_ext/Resources/Private/Templates/SomeFolder/SomeFile.html"
# Otherwise the extension will use your "view.templateRootPaths" configuration
# together with the default template path as described below
# Templates, partials and layouts files configured by standard extbase / fluid config
# Templates for each gallery can be overridden by using the following configuration:
# "template = EXT:my_ext/Resources/Private/Templates/SomeFolder/SomeFile.html"
# Otherwise the extension will use your "view.templateRootPaths" configuration
# together with the default template path as described below

# Template for gallery view (default: "GalleryCollection/Show.html")
template =
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin.tx_genericgallery {
# Please see documentation for custom templating configuration!
# Please see documentation for custom templating configuration!
view {
templateRootPaths.0 = EXT:generic_gallery/Resources/Private/Templates/
templateRootPaths.10 = {$plugin.tx_genericgallery.view.templateRootPath}
Expand Down

0 comments on commit dc56d3d

Please sign in to comment.