diff --git a/src/JitoneAi.php b/src/JitoneAi.php index 97259e2..5b8ec96 100644 --- a/src/JitoneAi.php +++ b/src/JitoneAi.php @@ -31,9 +31,19 @@ public function getContentTemplates() return config('jitone-ai.content_templates', []); } + public function getTemplatesPlaceholders() + { + return config('jitone-ai.template_placeholders', []); + } + public function getImagePrompts() { return config('jitone-ai.image_prompts', []); } + + public function getPromptsPlaceholders() + { + return config('jitone-ai.prompt_placeholders', []); + } } \ No newline at end of file