-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ReadMe] updated readMe file for Contact-CurrensySumbol modules #31638
base: 2.4-develop
Are you sure you want to change the base?
[ReadMe] updated readMe file for Contact-CurrensySumbol modules #31638
Conversation
Hi @vlmed. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
82ff751
to
2cd4996
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @vlmed. Awesome piece of job, thank you. Please, check my suggestions.
app/code/Magento/Contact/README.md
Outdated
Magento_Contact module provides an implementation of "Contact Us" feature based on sending email message, allows to configure email recipients, email template, etc... | ||
|
||
## Installation details | ||
Before installing this module, note that the Magento_Contact is dependent on the Magento_Store module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before installing this module, note that the Magento_Contact is dependent on the Magento_Store module | |
Before installing this module, note that the Magento_Contact is dependent on the Magento_Store module. |
app/code/Magento/Contact/README.md
Outdated
|
||
### Configuration | ||
Use the `Stores -> Configuration -> General -> Contacts -> Contact Us -> Enable Contact Us` configuration to enable or disable module functionality. | ||
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Send Email To` configuration to select the recipients email |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Send Email To` configuration to select the recipients email | |
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Send Email To` configuration to select the recipients email. |
app/code/Magento/Contact/README.md
Outdated
### Configuration | ||
Use the `Stores -> Configuration -> General -> Contacts -> Contact Us -> Enable Contact Us` configuration to enable or disable module functionality. | ||
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Send Email To` configuration to select the recipients email | ||
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Email Sender` configuration to select the senders email |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Email Sender` configuration to select the senders email | |
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Email Sender` configuration to select the senders email. |
app/code/Magento/Contact/README.md
Outdated
Use the `Stores -> Configuration -> General -> Contacts -> Contact Us -> Enable Contact Us` configuration to enable or disable module functionality. | ||
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Send Email To` configuration to select the recipients email | ||
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Email Sender` configuration to select the senders email | ||
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Email Template` configuration to select the emails template |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Email Template` configuration to select the emails template | |
Use the `Stores -> Configuration -> General -> Contacts -> Email Options -> Email Template` configuration to select the emails template. |
app/code/Magento/Cookie/README.md
Outdated
Magento_Cookie module allows enabling and configuring HTTP cookie related settings for the store. These settings are available in the store administration. | ||
# Magento_Cookie module | ||
|
||
This module allows enabling and configuring HTTP cookie related settings for the store. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This module allows enabling and configuring HTTP cookie related settings for the store. | |
This module allows enabling and configuring HTTP cookie-related settings for the store. |
app/code/Magento/Cookie/README.md
Outdated
# Magento_Cookie module | ||
|
||
This module allows enabling and configuring HTTP cookie related settings for the store. | ||
Allows to enable cookie restricition mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allows to enable cookie restricition mode. | |
Allows enabling cookie restriction mode. |
app/code/Magento/Cron/README.md
Outdated
|
||
This module enables scheduling of cron jobs. | ||
Other modules can add cron jobs by including crontab.xml in their etc directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other modules can add cron jobs by including crontab.xml in their etc directory. | |
Other modules can add cron jobs by including crontab.xml in their `etc` directory. |
app/code/Magento/Csp/README.md
Outdated
For more information, see [Whitelist an inline script or style](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/security/content-security-policies.html#whitelist-an-inline-script-or-style) | ||
|
||
#### Page specific Content-Security-Policies | ||
Magento can send unique policies for a specific page. To do so, implement Magento\Csp\Api\CspAwareActionInterface in a controller responsible for the page and define the modifyCsp method |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Magento can send unique policies for a specific page. To do so, implement Magento\Csp\Api\CspAwareActionInterface in a controller responsible for the page and define the modifyCsp method | |
Magento can send unique policies for a specific page. To do so, implement Magento\Csp\Api\CspAwareActionInterface in a controller responsible for the page and define the `modifyCsp` method |
|
||
**CurrencySymbol** enables the creation of custom currencies and management of currency conversion rates. | ||
This module enables the creation of custom currencies and management of currency conversion rates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This module enables the creation of custom currencies and management of currency conversion rates. | |
This module enables creating custom currencies and managing currency conversion rates. |
***CurrencySymbol\Controller\Adminhtml\System\Currency\FetchRates.php*** gets a specified currency conversion rate. | ||
Supports all defined currencies in the system. | ||
***CurrencySymbol\Controller\Adminhtml\System\Currency\SaveRates.php*** saves rates for defined currencies. | ||
Before installing this module, note that the Magento_CurrencySymbol is dependent on the Magento_Widget module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before installing this module, note that the Magento_CurrencySymbol is dependent on the Magento_Widget module | |
Before installing this module, note that the Magento_CurrencySymbol is dependent on the Magento_Widget module. |
2cd4996
to
5b11d68
Compare
Hi @rogyar. Thanks for suggestions. I added it to my commit. |
@magento run all tests |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE |
1 similar comment
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE |
@magento run Functional Tests CE |
@magento run Functional Tests B2B, Functional Tests CE |
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE |
1 similar comment
@magento run Functional Tests B2B, Functional Tests CE, Functional Tests EE |
@magento run Functional Tests B2B, Functional Tests CE |
@magento run Functional Tests EE |
Description (*)
Update README.md file for modules:
Fixed Issues (if relevant)
Contribution checklist (*)