TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,36 @@
.. include:: /Includes.rst.txt
.. _feature-12211:
================================================================================
Feature: #12211 - Usability: Scheduler provide page browser to choose start page
================================================================================
See :issue:`12211`
Description
===========
To improve the usability of the linkvalidator scheduler task, the page browser is provided to choose the start page.
Impact
======
Scheduler tasks that need a page `uid` can now add a button for the page browser popup.
In the `ValidatorTaskAdditionalFieldProvider` two additional fields have to be added.
.. code-block:: php
'browser' => 'page',
If the additional field `browser` is set to `page` then the `SchedulerModuleController` adds a button for calling the page browser popup to the field.
.. code-block:: php
'pageTitle' => $pageTitle,
The `pageTitle` contains the title of the page that is shown next to the browse button.
.. index:: ext:scheduler, Backend