verdigado/piflexformupdate

Updates data in pi_flexform

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

0.0.3 2023-09-06 13:46 UTC

This package is auto-updated.

Last update: 2024-05-06 18:00:59 UTC


README

Updates data in pi_flexform

This extension is helpful, if you have to replace values in plugins en masse.

This extension is a collection of special purpose upgrade wizards. It is ready to use in context with the EXT:xblog. If you want it to use for other extensions, the existing scripts serve as a template.

If you want to replace values in any pi_flexform field of any plugin, copy the code and adapt it to your needs. See details at :ref:Developers <developers>

The extension can do this for you in context with the EXT:xblog:

  • Upgrade wizard PiflexformupdateXblogArchive: Enable the property "Display only archived news"
  • Upgrade wizard PiflexformupdateXblogGrid: Updates the grid of xBlog plugin main from 8|4 to 9|3 and 4|8 to 3|9, if image height is 165 pixel and width is 220 pixel.
  • Upgrade wizard PiflexformupdateXblogImagesizemode: Sets "Size in list view" to "See below [plugin]" and "Size in single view" to "From record [record]"

This extension is for developers only. See details at the Documentation