Download the PHP package remind/typo3-content without Composer

On this page you can find all versions of the php package remind/typo3-content. 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 typo3-content

REMIND - Typo3 Content Extension

travis-img codecov-img styleci-img php-v-img github-issues-img contrib-welcome-img license-img

installation

Use comoser to install the extension using composer install remind/typo3-content.

Does not require any typoscript at the moment. TSConfig is imported automatically.

dependencies

Besides typo3 the only required dependency is content-defender. It is used in the default backend layout.

backend layouts

default

The default layout consists of 1 column with 3 rows. Besides the main content (colPos = 0) there is also one column for content above the breadcrumbs (colPos = 1) and the footer (colPos = 2).

The content defender extension is used to only allow exactly one footer_content content element in the footer column. The footer_content content element can not be used in the other columns.

TCA

tt_content

rmnd_content_items

Field of type inline. Basically rmnd_content_items acts like tt_content without a colPos. Used for accordion, header_slider and tabs. See one of these definition on how to use items and override the showitem definition.

header_layout

Values for text, H1-H6 and hidden.

background_color

A background color for all content elements. Choice between none, primary, secondary, accent, white and black.

background_full_width

Only visible if background_color is other than none. Used to extend the background color to full width instead of the content container only.

space_before_inside

Addition to space_before. Space before the content element, but inside the background color. Only available if background_color is other than none.

space_after_inside

Similar to space_before_inside.

pages

overview_label

An overview_label field is added to the page TCA. The field should be used to customize the label for the overview pages.

content elements

accordion

Uses rmnd_content_items, items consist of text (header, subheader, bodytext) only.

footer_content

Basic definition without any actual content fields. Add a flexform in your provider extension to use footer_content:

header_slider

Header Slider content element that uses rmnd_content_items. Consists of multiple slides with text and image. Autoplay can be enabled with duration between 500ms and 10000ms.

tabs

Uses rmnd_content_items, items consist of text (header, subheader, bodytext) only.


All versions of typo3-content with dependencies

PHP Build Version
Package Version
Requires ichhabrecht/content-defender Version ^3.2.0
php Version ^7.4.0
typo3/cms-core Version ^10.4.0 | ^11.5
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 remind/typo3-content contains the following files

Loading the files please wait ....