Drupal 9 compatibility and some bug fixes

This commit is contained in:
Sami Ahmed Siddiqui
2021-11-01 13:18:42 +05:00
parent a29d9984fa
commit 79be2f6734
16 changed files with 450 additions and 37 deletions

8
.gitattributes vendored Normal file
View File

@@ -0,0 +1,8 @@
# Set the default behavior, in case people don't have `core.autocrlf` set.
* text=auto
# Declare files that will always have LF line endings on checkout.
*.php text eol=lf
# Remove files for archives generated using `git archive`.
/.* export-ignore