Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
61
Issues
61
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
8
Merge Requests
8
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
extensions.typo3.org
extensions.typo3.org
Commits
09460b27
Commit
09460b27
authored
Aug 25, 2017
by
Jens Jacobsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix opengraph tag for extension detail pages
parent
73b40e43
Pipeline
#2045
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Extension/Show.html
...t/ter_fe2/Resources/Private/Templates/Extension/Show.html
+2
-0
html/typo3conf/ext/ter_layout/ext_typoscript_setup.txt
html/typo3conf/ext/ter_layout/ext_typoscript_setup.txt
+8
-0
No files found.
html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Extension/Show.html
View file @
09460b27
...
...
@@ -6,6 +6,8 @@
<f:if
condition=
"{extension}"
>
<f:then>
<tl:metaTag
property=
"og:title"
content=
"{extension.lastVersion.title} ({extension.extKey})"
/>
<tl:metaTag
property=
"og:description"
content=
"{extension.lastVersion.description}"
/>
<tl:titleTag>
{extension.lastVersion.title} ({extension.extKey})
</tl:titleTag>
<f:security.ifHasRole
role=
"{settings.reviewerGroupUid}"
>
<div
class=
"alert alert-info mb-3"
role=
"alert"
>
...
...
html/typo3conf/ext/ter_layout/ext_typoscript_setup.txt
0 → 100644
View file @
09460b27
# t3olayout loads its typoscript via ext_typoscript_setup.txt which is a bad implementation and prevents
# overriding in many cases, so we also have to provide an ext_typoscript_setup.txt
[page|uid = 3] && [globalString = GP:tx_terfe2_pi1|action = ?*]
page.meta {
og:title >
}
[global]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment