Download the PHP package erhaweb/l10ntable-extended without Composer

On this page you can find all versions of the php package erhaweb/l10ntable-extended. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package l10ntable-extended

Extended Localization Table

TYPO3 Extension by Eric Harrer

Description

With the assistance of this extension, the Localization Overview within the Info module gains an enhanced Edit all language overlay records button, featuring individually customizable fields.

This empowers users to conveniently perform batch edits on configurable page fields on page translations. By default, only the title, nav_title and hidden fields are available for batch processing in the translation view. This can now be extended to any (existing) page fields.

Installation

Install the extension via Composer using

How to use

Global configuration via user TSconfig

After the installation the following can be defined in the User TSconfig to define as administrator for backend user groups or single backend users which columns they can edit:

In this example, the two fields seo_title and description would be added to the default fields title, nav_title and hidden.

Of course, it is also possible to omit all or some of the fields that are used by default and use only your own fields. In this case overwrite the default list via a simple = statement.

Fields that are not available in the context of a page type (for example, the seo_title field for pages of type Folder [254]) are simply not displayed in the context of batch editing.

Fields that do not exist in $GLOBALS['TCA']['pages']['columns'] are not considered at all.

Override global configuration in your sitepackage

Please note that your sitepackage must be loaded after the EXT:l10ntable_extended so that the default user TSconfig can be overwritten at file level.

This can be achieved by adding the following configuration in file ext_emconf.php of your sitepackage extension:

Extension Configuration

Under Admin Tools > Settings > Extension Configuration you can determine whether non-admin backend users can also determine the list of editable fields within their User Settings. Set the option for this:

Configuration via the backend user settings

If the User Settings have been activated in the Extension Configuration, all backend users (also non-admin users) can determine the page fields that should be editable via a multiple selection field.

Tipp

The name of the columnsOnly parameter, that is evaluated by the EditDocumentController, can be customized using the following setting.

However, this should only be necessary if the core decides to use a different parameter to specify the columns to be edited.


All versions of l10ntable-extended with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4 || ^13.4
typo3/cms-info Version ^12.4 || ^13.4
php Version ^8.1 || ^8.2 || ^8.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package erhaweb/l10ntable-extended contains the following files

Loading the files please wait ....