Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-l-robinson/drupal-alternate-titles-module
Module code for a view style that shows alternate title rows. See full demo in GitPod project.
https://github.com/ryan-l-robinson/drupal-alternate-titles-module
Last synced: 2 days ago
JSON representation
Module code for a view style that shows alternate title rows. See full demo in GitPod project.
- Host: GitHub
- URL: https://github.com/ryan-l-robinson/drupal-alternate-titles-module
- Owner: ryan-l-robinson
- Created: 2023-04-05T21:42:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-05T22:14:30.000Z (over 1 year ago)
- Last Synced: 2024-05-28T14:07:28.768Z (5 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal Module: Alternate Titles
This module provides a view mode that shows alternate titles for content within a table, sorted alphabetically alongside the primary title. This includes updating the computed titles field when content is saved.
## Requirements
To use this module, you will need to have a field called field_computed_titles on the node content type that you want to display with alternate titles.
The view should be set up to have one computed title in each row of results.
## GitPod Demo
[A full demo of this built to use with GitPod is available in a separate project.](https://github.com/ryan-l-robinson/Drupal-alternate-titles-gitpod)