We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef8860 commit 6589523Copy full SHA for 6589523
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGE LOG
2
3
+## 3.16.0-beta.2
4
+
5
+### Updates
6
7
+- Credentials form expanded by default in admin
8
9
## 3.16.0-beta.1
10
11
### Features
etc/adminhtml/system.xml
@@ -15,6 +15,7 @@
15
<resource>Algolia_AlgoliaSearch::algolia_algoliasearch</resource>
16
<group id="credentials" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
17
<label>Credentials and Setup</label>
18
+ <attribute type="expanded">1</attribute>
19
<comment>
20
<![CDATA[
21
<div class="algolia-admin-content"></div>
0 commit comments