wip: article AI polish, category SEO fields, cover generator, membership plan seeder
This commit is contained in:
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# Cover fonts
|
||||
|
||||
Place a Chinese-capable TTF/OTF here as `Cover.ttf` (or set `LARABLOG_COVER_FONT`).
|
||||
|
||||
Used by template cover generation (`ArticleCoverGenerator`). Without a font, the gradient card is still written but title text may be omitted / system-font dependent.
|
||||
@@ -0,0 +1,7 @@
|
||||
<div class="lb-plugin-docs">
|
||||
@if (($html ?? '') === '')
|
||||
<p>{{ __('admin.messages.plugin_docs_missing') }}</p>
|
||||
@else
|
||||
{!! $html !!}
|
||||
@endif
|
||||
</div>
|
||||
Reference in New Issue
Block a user