Skip to content

Commit

Permalink
[TASK] Small documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jun 5, 2021
1 parent 1ee91d1 commit ef0ce5d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Documentation/Newsletter/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ plugin {
tx_luxletter_fe {
view {
templateRootPaths {
1 = EXT:yoursitepackage/Resources/Private/Templates/Extensions/Luxletter/
2 = EXT:yoursitepackage/Resources/Private/Templates/Extensions/Luxletter/
}
partialRootPaths {
1 = EXT:yoursitepackage/Resources/Private/Partials/Extensions/Luxletter/
2 = EXT:yoursitepackage/Resources/Private/Partials/Extensions/Luxletter/
}
layoutRootPaths {
1 = EXT:yoursitepackage/Resources/Private/Layouts/Extensions/Luxletter/
2 = EXT:yoursitepackage/Resources/Private/Layouts/Extensions/Luxletter/
}
}
}
Expand All @@ -138,13 +138,13 @@ module {
tx_luxletter {
view {
templateRootPaths {
1 = EXT:yoursitepackage/Resources/Private/Templates/Extensions/Luxletter/
2 = EXT:yoursitepackage/Resources/Private/Templates/Extensions/Luxletter/
}
partialRootPaths {
1 = EXT:yoursitepackage/Resources/Private/Partials/Extensions/Luxletter/
2 = EXT:yoursitepackage/Resources/Private/Partials/Extensions/Luxletter/
}
layoutRootPaths {
1 = EXT:yoursitepackage/Resources/Private/Layouts/Extensions/Luxletter/
2 = EXT:yoursitepackage/Resources/Private/Layouts/Extensions/Luxletter/
}
}
}
Expand Down
8 changes: 5 additions & 3 deletions Documentation/Tech/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ plugin {
view {
templateRootPaths {
0 = EXT:luxletter/Resources/Private/Templates/
1 = EXT:sitepackage/Resources/Private/Templates/
1 = EXT:lux/Resources/Private/Templates/
2 = EXT:sitepackage/Resources/Private/Templates/
}
partialRootPaths {
0 = EXT:luxletter/Resources/Private/Partials/
1 = EXT:sitepackage/Resources/Private/Partials/
1 = EXT:lux/Resources/Private/Partials/
2 = EXT:sitepackage/Resources/Private/Partials/
}
layoutRootPaths {
0 = EXT:luxletter/Resources/Private/Layouts/
1 = EXT:sitepackage/Resources/Private/Layouts/
2 = EXT:sitepackage/Resources/Private/Layouts/
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Resources/Private/Templates/Newsletter/Receiver.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>
<div class="col-md-6">
<figure class="effect-oscar" style="position: relative;">
<f:image src="{f:uri.resource(path:'Images/Lux/ReceiverList.png',extensionName:'luxletter')}" width="800c" height="400c" style="max-width: 100%;" />
<a href="https://github.com/in2code-de/lux" target="_blank">
<a href="https://www.in2code.de/en/products/lux-typo3-marketing-automation/" target="_blank">
<figcaption style="position:absolute; top:0; left: 0; right: 0; bottom: 0; text-align: center; color: white;">
<h2 style="font-size: 40px;">
Receiver list
Expand All @@ -32,7 +32,7 @@ <h2 style="font-size: 40px;">
<div class="col-md-6">
<figure class="effect-oscar" style="position: relative;">
<f:image src="{f:uri.resource(path:'Images/Lux/ReceiverDetail.png',extensionName:'luxletter')}" width="800c" height="400c" style="max-width: 100%;" />
<a href="https://github.com/in2code-de/lux" target="_blank">
<a href="https://www.in2code.de/en/products/lux-typo3-marketing-automation/" target="_blank">
<figcaption style="position:absolute; top:0; left: 0; right: 0; bottom: 0; text-align: center; color: white;">
<h2 style="font-size: 40px;">
Receiver actions
Expand Down

0 comments on commit ef0ce5d

Please sign in to comment.