Skip to content

Commit 0704c91

Browse files
authored
Merge pull request #1760 from algolia/feat/MAGE-1276-admin-tweak
MAGE-1276 Expand creds by default on admin form
2 parents 4595aca + c5e5824 commit 0704c91

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 3.16.0-beta.2
44

55
### Updates
6+
- Credentials form expanded by default in admin
67
- Removed deprecated methods from Entity Helpers
78
- Removed every calls to deprecated `AlgoliaHelper`'s methods in the codebase, `AlgoliaConnector` is now targeted directly. (`AlgoliaHelper` will be deleted in a future v3.17.0)
89
- Updated integration tests

etc/adminhtml/system.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<resource>Algolia_AlgoliaSearch::algolia_algoliasearch</resource>
1616
<group id="credentials" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
1717
<label>Credentials and Setup</label>
18+
<attribute type="expanded">1</attribute>
1819
<comment>
1920
<![CDATA[
2021
<div class="algolia-admin-content"></div>

0 commit comments

Comments
 (0)