osu-wams / osu_simple_tabs
Drupal Module to add OSU default content
Package info
github.com/osu-wams/osu_simple_tabs
Type:drupal-custom-module
pkg:composer/osu-wams/osu_simple_tabs
1.0.1
2024-08-30 23:13 UTC
Requires
None
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- drupal/coder: ^8.3
- j13k/yaml-lint: ^1.1
- squizlabs/php_codesniffer: ^3.7
- symfony/console: ^6.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This module provides a simple way to create tabbed content on a Drupal site.
Features
- Provides a unique node type.
- Fields for each tab content.
- Taxonomy vocabulary that acts as tabs.
- A view to render the tabbed content.
Installation Guide
To install the OSU Simple Tabs module, follow these steps:
- Download and unpack the OSU Simple Tabs module directory in your modules directory.
- Go to 'Manage' > 'Extend'.
- In the list of uninstalled modules, find 'OSU Simple Tabs'.
- Click 'Install'.
Usage
- Once the module is installed, visit the node add page, you will find a new node type called 'OSU Simple Tab'.
- To restrict where this tab is used add one or more taxonomy terms
- Add the content to the fields and save the node.
- The view will automatically render the tabbed content on the site.
Feel free to contribute to this module, your feedback is always welcome.