Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E extensions.typo3.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 80
    • Issues 80
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • servicesservices
  • t3o sites
  • extensions.typo3.org
  • extensions.typo3.org
  • Issues
  • #542
Closed
Open
Issue created Dec 08, 2021 by Ephraim Härer@kephson🖥Developer

Provide screenshots on extension page to optimize first impression of extension

It would be nice to have the possibility to add some screenshots on the extension page to have a visual presentation of the TYPO3 extension. The upload of the images should be inside the extension to keep it simple.

One way could be:

  • provide the images in a folder like /Documentation/Images/Screens/
  • configure the screens inside the composer.json to let the TER know where to find them
  • TER will read the configuration and the images and include them in a image object (e.g. slider or small gallery)

Example config in composer.json could be something like that:

"extra": {
    "typo3/cms": {
      "extension-key": "my_ext_key"
    },
    "typo3-ter": {
      "images": "Documentation\\Images\\Screens\\"
    }
}
Assignee
Assign to
Time tracking