tt_news
1.5.4. Page TSconfig
Since tt_news 2.2.0 it's possible to open a news article in the SINGLE view when clicking the "save & preview" button in the news record in the BackEnd (works only in the "Live" workspace). The "singlePid" for the page who should open the SINGLE view has to be configured in the Page TSconfig of the folder with the news records. This page can be the normal SINGLE view page for your website it could also point to another page which contains a tt_news content element with code SINGLE.
Example
This will open the page with id 37 when clicking on the "save & preview" button in a news record:
tx_ttnews.singlePid = 37
If you, e.g. want to hide only certain options of some fields for BE-Users, you can do this by editing the Page-TSconfig of the folder where your tt_news db-records are stored. (these settings will affect all BE users including those with admin rights)
Example
This will remove the option "external Url" (type=2) from the "type" field in the tt_news db-record:
TCEFORM.tt_news.type.removeItems = 2