PoE Page
News / Changes b03.28.0004
Build: Release:

Latest frontend updates:

Backend patch notes are hidden behind the red gear icon next to !.

Skill Settings Matrix

Configure which settings sections are visible for Beginner, Advanced, and Expert. Save as local override for testing, then copy JSON into live config when ready.

Loading...
Settings Section beginneradvancedexpert
JSON Preview (copy this into live config later)
{
  "version": 1,
  "skills": {
    "beginner": {
      "displayOptions": false,
      "uniquePresets": false,
      "textDisplayModes": false,
      "uniqueCardText": false,
      "leagueDefaults": true,
      "guidePriceDisplay": false,
      "tradeSearch": false,
      "mainPageHelpers": false,
      "search": false,
      "economyDataFetch": false,
      "economyDebug": false
    },
    "advanced": {
      "displayOptions": true,
      "uniquePresets": true,
      "textDisplayModes": true,
      "uniqueCardText": true,
      "leagueDefaults": true,
      "guidePriceDisplay": true,
      "tradeSearch": true,
      "mainPageHelpers": true,
      "search": true,
      "economyDataFetch": true,
      "economyDebug": true
    },
    "expert": {
      "displayOptions": true,
      "uniquePresets": true,
      "textDisplayModes": true,
      "uniqueCardText": true,
      "leagueDefaults": true,
      "guidePriceDisplay": true,
      "tradeSearch": true,
      "mainPageHelpers": true,
      "search": true,
      "economyDataFetch": true,
      "economyDebug": true
    }
  }
}