colorcube/file-ref-list

TYPO3 extension that provides a module which shows a listing of files used on pages.

Installs: 90

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 2

Type:typo3-cms-extension

0.1.1 2020-03-03 21:56 UTC

This package is auto-updated.

Last update: 2024-03-04 08:31:23 UTC


README

This extension provides a backend module which is basically a clone of the FILE > Filelist module with the difference that the page tree is used for navigation. Therefore the files used on a page are displayed in the list module.

One benefit is that one can quickly move the files to the clipboard and later on paste those files inside a folder. This way you can organize files which are directly uploaded in content elements in a folder structure.

The file module but with a page tree:

Module Screenshot

Status

In principle this is a modified FILE > Filelist module. This module seems to work as expected. It is not heavily tested.

Usage

After installation you see the new module in the File section.

Further information and usage details see: https://docs.typo3.org/p/colorcube/file-ref-list/master/en-us/

Dependencies

  • TYPO3 8.7

Installation

Installation using Composer

In your Composer based TYPO3 project root, just do composer require colorcube/file-ref-list.

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

Contribute