{{-- Custom CSS --}}
Review the changes below. Nothing has been applied yet.
| Setting | Current value | Imported value |
|---|---|---|
{{ $change['key'] }}{{ $change['label'] }} |
@if($change['current'] !== null) {{ Str::limit((string)$change['current'], 80) }} @else — @endif | @if($change['new'] !== null) {{ Str::limit((string)$change['new'], 80) }} @else — @endif |
Export all appearance settings and homepage section state to a JSON file, then restore them on another installation.