-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
We need the option to disable translation links on Backdrop4Good. (It's an important option for multilingual sites in general.)
By "translation links" I mean the language switcher links which are visible by default at the bottom of a node when there is a (published) translation of this node. Here's an example of my local Bd4Good site:
In Drupal 7, by using the "Multilingual content" submodule of the i18n module, there are two ways to disable these translation links:
- Set the "Language" (pseudo) field on the Manage display page at
admin/structure/types/manage/MY-TYPE/displayto "Hidden". - Alternatively, go to the Node options tab of the Multilingual settings page at
admin/config/regional/i18n/node, and enable the option "Hide content translation links".
The first way is part of Drupal 7 core, so iIt would be good to add it to Backdrop as well.
