Problem/Motivation
I was trying to get this set up, but there was no documentation provide (not even a README) that had the specifications for required settings.php settings.
Steps to reproduce
Proposed resolution
After reviewing the module code, it would appear you just need to include something in the README and on your drupal.org documentation page(s) that provides a simple template of what's required:
$settings['o365'] = [
'api_settings' => [
'client_id' => '',
'client_secret' => '',
'tenant_id' => '',
],
];
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | issues-3402937-Added-required-documentation-for-this-module.patch | 690 bytes | viren18febs |
Issue fork o365-3402937
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
viren18febs commentedHi @mausolos
I have added the following line in README file, added a patch please review
Thanks
Comment #4
mausolos commentedSweet, hopefully this helps someone :)
Thank you!
Comment #5
batigolixComment #7
fabianderijkThanks for the patch. I've applied it and changed it a bit. This is now available in the dev release.
Comment #8
fabianderijk