fix(category): remove uncategorized option to enforce users in choosing a category
Apple podcasts requires a category to submit a valid podcast RSS feed. The "uncategorized" category is not a valid category.
Showing
- app/Database/Migrations/2020-05-29-152000_add_categories.php 1 addition, 0 deletionsapp/Database/Migrations/2020-05-29-152000_add_categories.php
- app/Database/Seeds/CategorySeeder.php 110 additions, 117 deletionsapp/Database/Seeds/CategorySeeder.php
- app/Helpers/form_helper.php 84 additions, 0 deletionsapp/Helpers/form_helper.php
- app/Language/en/Podcast.php 1 addition, 0 deletionsapp/Language/en/Podcast.php
- app/Language/fr/Podcast.php 1 addition, 0 deletionsapp/Language/fr/Podcast.php
- app/Views/admin/podcast/create.php 2 additions, 1 deletionapp/Views/admin/podcast/create.php
- app/Views/admin/podcast/import.php 2 additions, 1 deletionapp/Views/admin/podcast/import.php
Loading
Please register or sign in to comment