Migration Guide 

This guide helps you migrate between major versions of the extension.

Version 2.0 

Migration from version 1.x to version 2.x.

Breaking Changes 

Area Change
Configuration TypoScript → Site Settings (see Site Settings)
TYPO3 v14 added, v12 removed
PHP Minimum 8.2, added 8.5 support
Menu Structure defaultMenuStructure options removed

Configuration Mapping 

TypoScript (1.x) Site Settings (2.x)
config.tx_ximatypo3frontendedit_enable frontendEdit.enabled
plugin.tx_ximatypo3frontendedit.settings.ignorePids frontendEdit.filter.ignorePids
plugin.tx_ximatypo3frontendedit.settings.ignoreCTypes frontendEdit.filter.ignoreCTypes
plugin.tx_ximatypo3frontendedit.settings.ignoreListTypes frontendEdit.filter.ignoreListTypes
plugin.tx_ximatypo3frontendedit.settings.ignoreUids frontendEdit.filter.ignoreUids

Quick Migration 

  1. Update the extension to version 2.x
  2. Remove TypoScript configuration for this extension
  3. Add Site Settings in config/sites/<identifier>/settings.yaml:

    frontendEdit:
      enabled: true
      filter:
        ignorePids: '1,2,3'
        ignoreCTypes: 'html,div'
    Copied!
  4. Clear all TYPO3 caches

Need Help? 

  • Check the FAQ for common issues
  • Open an issue on GitHub