I'm the maintainer of the Dynamic Banner module.
Right now I have two contributors who ported D7 version of the module to D8.
I'm not sure which copy to accept. Are there any guidelines available?
What would be the most appropriate way to handle this?
I created a generic file field for a custom content type. I now want to count the number of times the file has been downloaded and display this count number along with user information in a view. How do I go about doing that. Are there any modules available to track the files being downloaded for Drupal 8 ?
I have been trying, unsuccessfully to get an entity reference field to refer to a target field OTHER than the node's title (Short Name).
I created a view containing both a Page View and an Entity Reference View that correctly displays the field Short Name as their output as shown by the preview.
I configured this view in the Lender field settings where I want the lender's Short Name to appear in the autocomplete lookup rather than the title, but no matter what I do, the field continues to do a lookup on the note title.
The coding standards documentation states that the configuration files for ESLint ships with Drupal8 core. How should I use ESLint for debugging my JavaScript code? I use sublime text editor.
I am developing custom modules for the first time and help is appreciated.