feat: renderSection option to retained data - #7126
Conversation
|
@addngr Thank you for sending this PR! Can you add the changelog v4.4.0 based on the following? |
a03e95e to
4416e9e
Compare
|
@kenjis, Thank you for quick response. Please have look changelog v4.4.0 added. |
|
@addngr Thank you! |
|
Build error occurred.
Please add |
|
@addngr This branch has conflicts that must be resolved. |
d8085f9 to
29ebd67
Compare
|
@addngr Thank you! |
|
@kenjis Thank you for your valuable guidance. I have been successfully completed my 1st contribution to open source project. I have learned a lot by doing a contribution to such great work. |
|
@addngr Your PR was no problem. It was very well. 👍 |
Description
This PR is in reference to reported issue to resolve #7069, Added a new feature on renders a section's contents using
renderSection('page_title', true)to prevent from auto cleans the data after displaying.Added 2nd argument
bool $saveDataIf is true, saves data for subsequent calls, if false, cleans the data after displaying.Checklist: