Extension Manager’s configuration¶
news offers some basic configuration inside the Extension Manager. Those are described in this chapter. To be able to set this configuration, switch to the Extension Manager and search for the extension news. Click on it to see the available settings.
Properties¶
Property | Data type | Default |
---|---|---|
removeListActionFromFlexforms | string | List only |
archiveDate | string | date |
pageModuleFieldsCategory | string | title,description |
pageModuleFieldsNews | string | |
showMediaDescriptionField | boolean | TRUE |
rteForTeaser | boolean | FALSE |
tagPid | integer | 1 |
prependAtCopy | boolean | TRUE |
categoryRestriction | string | |
contentElementRelation | boolean | FALSE |
manualSorting | boolean | FALSE |
useFal | string | fal |
showAdministrationModule | boolean | FALSE |
showImporter | boolean | FALSE |
storageUidImporter | integer | |
resourceFolderImporter | string | /news_import |
Property details¶
removeListActionFromFlexforms¶
This switch enables you to configure the behaviour of the list view if the URL contains the link to a single view. Basically there are 2 possible variants:
- List only: No matter if a single news is defined in the URL, the plugin will still render the list view. You will need a separate detail view somewhere.
- List & Detail: If a single news is defined in the URL, the single view will be shown.
Warning
If you have created a plugin and change the setting, you need to reselect the new view in the plugin again!
archiveDate¶
Define if the archive date field should be rendered as a date field or including the date as well.
pageModuleFieldsCategory¶
Define the fields which should be shown for category records in the page module. Empty the field if you don’t want to show those records in the page module.
pageModuleFieldsNews¶
Define the fields which should be shown for news records in the page module. A very simple API makes it possible to render a select box with multiple variants.
The syntax is:
Label1=field1,field2,field3;Label2=field1,field2
showMediaDescriptionField¶
If set, a description field for media elements is shown.
tagPid¶
New tags can be saved directly inside the news record. The given ID is used as page on which the tag records will be saved.
If you want to use TsConfig to define the page, set the tagPid to 0 and use the following syntax in TsConfig:
# Save tags on page with UID 123
tx_news.tagPid = 123
prependAtCopy¶
If set and a news record is copied, the news record will be prepended with the string Copy X.
categoryRestriction¶
TODO
contentElementRelation¶
If set, you can add content elements as relation to a news record. This makes it easy to enrich the news article with further images, plugins, …
manualSorting¶
If set, news records can be manually sorted in the list view by the well known icons “up” and “down”.
useFal¶
The following options are available: * Yes: Enables usage of FAL relations * No: Hides the relations to FAL elements * Both: The old and the new media relations are used * Fal & Multimedia: Enables usage of FAL relations + the old media relation, limited to type “multimedia”
showAdministrationModule¶
If set, the backend module “News” is shown.This view might be easier for editors who use a very limited set of features in the backend.
showImporter¶
If set, the backend module “News import” is shown. This is used to import news articles from sources like t3blog, tt_news or custom providers.
storageUidImporter¶
Define the uid of the storage which is used for importing media elements into FAL relations.
resourceFolderImporter¶
Define the folder which is used for the media elements which are imported.