Add README with relevant details and instructions on installing with composer. Also mirror the content on the project page.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | 3077595-10.patch | 1.32 KB | deepak goyal |
| #7 | 3077595-7.patch | 1.38 KB | Webbeh |
| #6 | README.txt | 1.2 KB | deepak goyal |
Comments
Comment #2
binnythomas commentedI have added a customized Readme file for this project based on the README template file @ https://www.drupal.org/docs/develop/documenting-your-project/readme-temp...
Comment #3
binnythomas commentedComment #4
binnythomas commentedComment #5
hussainweb@binnythomas, thanks for this. It would be better if this were a patch but this is also fine.
More particularly, can you update the documentation to indicate this module must be installed via composer. It doesn't work otherwise.
Comment #6
deepak goyal commentedUpdated file please review.
Comment #7
WebbehRe-rolled #6 into a patch.
Also hard-wrapped introduction at 80 characters, and rewrote CONFIGURATION to better encompass the expected new functionality upon enabling.
Comment #8
hussainwebThanks for all the work. Some more comments.
This can be skipped as it is covered in the INSTALLATION section.
I'd prefer using `^1.0` here, even though there is no stable release right now.
This could be misleading. When enabled, apart from the field type, a field is added to user entities. The field still needs to be enabled on form display and entity display, if required. The field may be added/removed from other entities as required as well.
Comment #9
deepak goyal commentedComment #10
deepak goyal commentedHi @hussainweb I have updated the patch please review.
Comment #11
WebbehComment #13
hussainwebThanks! I made a slight tweak and committed the patch.