Created on 8 September 2023, 10 months ago
Updated 12 September 2023, 10 months ago

Problem/Motivation

Library is not stored according to Drupal 8+ standards.
Library needs manual download to old libraries folder.

Steps to reproduce

Install as normal with composer.
Library is not taken care of. Recommendation in the readme file suggests old (D7) standard path.

Proposed resolution

Let composer install library to web/libraries folder.
Adjust path building in src/Dfm.php, line 378 as follows:

378c378
<           $libpath = 'sites/all/libraries/dfm_lite';
---
>           $libpath = 'libraries/dfm_lite';
✨ Feature request
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany thomas.wardin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024