Skip to content

Commit

Permalink
Added placeholders to Ai Promt Fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jiten14 committed Sep 26, 2024
1 parent 0918fad commit a6d3658
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/JitoneAi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', []);
}

}

0 comments on commit a6d3658

Please sign in to comment.