fix(markdown-editor): remove unnecessary buttons for podcast and episode editors + add extensions
update CommonMark to v2 + add Autolink, SmartPunct and DisallowedRawHtml extensions
Showing
- app/Entities/Episode.php 18 additions, 5 deletionsapp/Entities/Episode.php
- app/Entities/Page.php 17 additions, 5 deletionsapp/Entities/Page.php
- app/Entities/Podcast.php 30 additions, 9 deletionsapp/Entities/Podcast.php
- app/Helpers/form_helper.php 45 additions, 0 deletionsapp/Helpers/form_helper.php
- app/Views/Components/Forms/MarkdownEditor.php 81 additions, 33 deletionsapp/Views/Components/Forms/MarkdownEditor.php
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 423 additions, 217 deletionscomposer.lock
- themes/cp_admin/episode/create.php 4 additions, 2 deletionsthemes/cp_admin/episode/create.php
- themes/cp_admin/episode/edit.php 4 additions, 2 deletionsthemes/cp_admin/episode/edit.php
- themes/cp_admin/podcast/create.php 2 additions, 1 deletionthemes/cp_admin/podcast/create.php
- themes/cp_admin/podcast/edit.php 2 additions, 1 deletionthemes/cp_admin/podcast/edit.php
app/Helpers/form_helper.php
0 → 100644
... | ... | @@ -12,7 +12,7 @@ |
"geoip2/geoip2": "^v2.11.0", | ||
"myth/auth": "dev-develop", | ||
"codeigniter4/codeigniter4": "dev-develop", | ||
"league/commonmark": "^v1.6.6", | ||
"league/commonmark": "^2.2", | ||
"vlucas/phpdotenv": "^v5.3.0", | ||
"league/html-to-markdown": "^v5.0.1", | ||
"opawg/user-agents-php": "^v1.0", | ||
... | ... |
Please register or sign in to comment