https://github.com/dennisinteractive/wysiwyg_embedded_field
Provides a wysiwyg plugin to Place the content of "See related" field into specific location.
https://github.com/dennisinteractive/wysiwyg_embedded_field
Last synced: 8 months ago
JSON representation
Provides a wysiwyg plugin to Place the content of "See related" field into specific location.
- Host: GitHub
- URL: https://github.com/dennisinteractive/wysiwyg_embedded_field
- Owner: dennisinteractive
- Created: 2015-04-14T09:46:06.000Z (about 11 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2016-09-29T16:58:11.000Z (over 9 years ago)
- Last Synced: 2024-12-28T11:28:31.053Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 59
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Description
===========
Provides a plugin to Place the content of "See related" field into specific location.
Installation
============
Copy the module directory in to your Drupal:
/sites/all/modules directory as usual.
Configuration
=============
Visit /admin/config/content/wysiwyg
or via menus: Configuration > Content Authoring > Wysiwyg profiles
Edit the configuration for each Input format, i.e. Filtered HTML
/admin/config/content/wysiwyg/profile/filtered_html/edit
Tick the option: See related field
Assumption
=============
The field name for Related Nodes differentiate from site to site.
This module will set field name variable as "field_see_related" as it's more generic.
See: hook_install().