@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 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="window.location.href='config-manager.html'" style="width: 100%; height: 50px; font-weight: bold; cursor: pointer; background: linear-gradient(to bottom, #0080ff, #0060c0); color: white; border: 2px outset #fff;">
131
- ⚙️ ADVANCED CONFIGURATION MANAGER
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 media types, content types, and custom fields through a visual interface
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtldev514/retro-portfolio-maker",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Retro portfolio maker - Site-as-a-Package. Install the engine, provide your data, build your 90s-aesthetic portfolio.",
5
5
  "main": "index.js",
6
6
  "bin": {