@mtldev514/retro-portfolio-maker 1.0.8 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/engine/admin.html +3 -3
- package/package.json +1 -1
package/engine/admin.html
CHANGED
|
@@ -127,11 +127,11 @@
|
|
|
127
127
|
<p style="font-size: 12px;">Need high-res uploads? Make sure your .env is active.</p>
|
|
128
128
|
|
|
129
129
|
<div class="field-row" style="margin-top: 20px;">
|
|
130
|
-
<button onclick="
|
|
131
|
-
⚙️
|
|
130
|
+
<button onclick="const configTab = document.querySelectorAll('.tab')[4]; if(configTab) showTab('config', configTab);" style="width: 100%; height: 50px; font-weight: bold; cursor: pointer; background: linear-gradient(to bottom, #0080ff, #0060c0); color: white; border: 2px outset #fff;">
|
|
131
|
+
⚙️ CONFIGURATION MANAGER
|
|
132
132
|
</button>
|
|
133
133
|
<p class="admin-muted" style="margin-top: 5px;">
|
|
134
|
-
* Manage
|
|
134
|
+
* Manage site settings, media types, and content categories through the Configuration tab
|
|
135
135
|
</p>
|
|
136
136
|
</div>
|
|
137
137
|
|
package/package.json
CHANGED