Problem/Motivation
The description for the elevate field does not get used, instead the description is hardcoded in the widget.
Steps to reproduce
- Install the module and add the field to a node type
- See the elevate field description does not match the config form
Proposed resolution
Update the widget to use the config.
Remaining tasks
- Patch
- Review
- Commit
User interface changes
Use the config instead of the hard coded description.
API changes
N/A
Data model changes
N/A
Issue fork search_api_best_bets-3585915
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pameeela commentedComment #6
pameeela commentedOops, originally created on the wrong branch.
Comment #7
smustgrave commentedThanks!