t3brightside/microstart

Microtemplate example data to get going

Fund package maintenance!
t3brightside

Installs: 50

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

1.5.1 2024-01-24 09:17 UTC

This package is auto-updated.

Last update: 2024-04-24 13:59:02 UTC


README

License Packagist Downloads Brightside

Demo content for TYPO3 Microtemplate

Install

  • install TYPO3 v12
  • install microstart content and recommended packages by composer req t3brightside/microstart
  • copy folders from vendor/t3brightside/microstart/data/fileadmin/ to public/fileadmin/
  • import database from vendor/t3brightside/microstart/data/base.sql.gz
  • back end admin user: admin, password: Admin1234#
  • maintenance > analyze database structure
  • add 'webp' to [GFX][imagefile_ext] and [SYS][mediafile_ext] in 'Settings > Configure Installation-Wide Options'
  • in 'Settings > Extension Configuration > Pagelist' enable at least 'Articles' and 'Events' page types and 'Personnel author fields' accordingly
  • create a site configuration
  • change the admin password as the first thing
  • change the forms 'Contact Us' > 'Email to receiver' addresses and names to yours
  • set route enhancers for pretty URL's in 'config/sites/your-site-name/confix.xml'
routeEnhancers:
  PaginatedprocessorsByContentId:
    type: Simple
    routePath: '/{paginatorId}/{paginationPage}'
    aspects:
      paginatorId:
        type: PaginatedprocessorsContentMapper
      paginationPage:
        type: StaticRangeMapper
        start: '0'
        end: '999'
  PaginatedprocessorsByUnigueIdInTs:
    type: Simple
    routePath: '/{paginatorId}/{paginationPage}'
    aspects:
      paginatorId:
        type: StaticValueMapper
        map:
          files: files
          gallery: gallery
          pagelist: pagelist
      paginationPage:
        type: StaticRangeMapper
        start: '0'
        end: '999'
  PersonnelVcard:
    type: Simple
    routePath: '/{person}'
    defaults:
      tag: ''
    requirements:
      person: '[1-999]'
    _arguments:
      person: person
    aspects:
      person:
        type: StaticRangeMapper
        start: '1'
        end: '999'
  PageTypeSuffix:
    type: PageType
    map:
      vcard.vcf: 888

Sources

Development and maintenance

Brightside OÜ – TYPO3 development and hosting specialised web agency