@extends('layouts.app') @section('content')

Import Theme

Upload a theme JSON file to import

Back to Themes
@if(session('success')) @endif @if(session('error')) @endif
Upload Theme File

Select a theme JSON file exported from another system

@csrf
Maximum file size: 50MB. Only JSON files are accepted.
Import Instructions
  1. Select a theme JSON file that was exported from this or another Neosolvix system
  2. Click "Validate Theme File" to check if the file is valid and see theme information
  3. If validation passes, the "Import Theme" button will become available
  4. If a theme with the same slug exists, check "Overwrite existing theme" to replace it
  5. Click "Import Theme" to complete the import process
@push('scripts') @endpush @endsection