added enabled/disable to styles

This commit is contained in:
2025-07-30 15:06:05 +02:00
parent 108ca37468
commit 07c6786bda
76 changed files with 438 additions and 8658 deletions

10
resources/lang/en/api.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
return [
'image_uploaded_successfully' => 'Image uploaded successfully.',
'style_or_provider_not_found' => 'Style or API provider not found or not enabled.',
'image_not_found' => 'Image not found.',
'image_kept_successfully' => 'Image kept successfully.',
'image_deleted_successfully' => 'Image deleted successfully.',
'image_or_provider_not_found' => 'Image or API provider not found.',
];