https://github.com/dennisinteractive/term_node
Patches for https://www.drupal.org/project/term_node
https://github.com/dennisinteractive/term_node
Last synced: 8 months ago
JSON representation
Patches for https://www.drupal.org/project/term_node
- Host: GitHub
- URL: https://github.com/dennisinteractive/term_node
- Owner: dennisinteractive
- Created: 2018-08-17T11:22:06.000Z (almost 8 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2018-09-19T06:03:03.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T11:28:24.592Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 39
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Term Node
Allow a term to be configured to show the content on a referenced node rather than the default term view.
- From a Term, in any taxonomy, I can select a node
- When I have selected a node. when I visit the term page, the node is displayed on the term url
- Content on the page comes from the Node
- Meta data is loaded from the Node
- When I visit the Node the `rel="canonical"` is set as the term url
- When the node appears anywhere else on the site e.g. homepage, other term pages - the term url is used
## Installation
Once enabled, a new field `field_term_node` will be available for adding to a taxonomy.
- Use `Manage Fields` on a taxonomy to add the `field_term_node` field.
- Edit any term within that taxonomy
and use the reference lookup to choose a node that is to be used as the content for the term page.