Project

General

Profile

Actions

Bug #99767

open

Allowed file types are not displayed with type="input", renderType="inputLink" and new type="link" (in v12)

Added by Sybille Peters over 1 year ago. Updated over 1 year ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2023-01-31
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
backend usability
Complexity:
Is Regression:
Sprint Focus:

Description

This used to be the case with type="inline". Here, the allowed file types were displayed in the form and in the link browser.

Reproduce

There is an example extension available to reproduce, was tested with v12 latest main:

https://github.com/sypets/sypets_example_inputlink

1. in Backend insert a plugin using the "Content element wizard" in tab plugins "InputLink plugin"
2. check out the fields in "plugin" tab and compare the behaviour of various types
3. Look at flexform file

Screenshot

in type="file" the allowed file extensions are displayed (as previously in "inline") in type="link" and renderType="linkType" not.

Versions

  • used latest v11 (11.5.22)
  • this can also be reproduced with v12, with type="link"

Example

<settings.link>
  <TCEforms>
    <label>Link</label>
    <config>
      <type>input</type>
      <renderType>inputLink</renderType>
      <fieldControl>
        <linkPopup>
          <options>
            <allowedExtensions>bib</allowedExtensions>
            <blindLinkFields>class,param,target,title</blindLinkFields>
            <blindLinkOptions>page,mail,telephone,folder,tx_calendarize_domain_model_event,news</blindLinkOptions>
            <title>Select specific file (*.bib)</title>
          </options>
        </linkPopup>
      </fieldControl>
    </config>
  </TCEforms>
</settings.link>

Documentation


Files


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #99766: Make it possible to deactivate "Add new media asset" in linkbrowser for type=input und renderType=inputLink and new type="link" (v12)New2023-01-31

Actions
Actions

Also available in: Atom PDF