Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

에디터 스킨에서 blade 템플릿을 사용할 수 없습니다 #2309

Closed
kkigomi opened this issue Apr 9, 2024 · 1 comment
Closed
Labels
compatibility 호환성 고려 필요

Comments

@kkigomi
Copy link
Contributor

kkigomi commented Apr 9, 2024

if (empty($option->editor_skin) || !file_exists('./modules/editor/skins/' . $option->editor_skin . '/editor.html') || starts_with('xpresseditor', $option->editor_skin) || starts_with('dreditor', $option->editor_skin))
{
$option->editor_skin = self::$default_editor_config['editor_skin'];
}

return $oTemplate->compile($tpl_path, 'editor.html');

editor.html 파일명으로 지정되어있어서 modules/editor/skins/스킨/editor.blade.php 파일을 사용할 수 없습니다.

@kijin
Copy link
Member

kijin commented Apr 9, 2024

editor.html에서 editor.blade.php를 인클루드하세요.^^

@kijin kijin added cleanup 정리 compatibility 호환성 고려 필요 and removed cleanup 정리 labels Apr 13, 2024
@kijin kijin closed this as completed in ae7920a May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility 호환성 고려 필요
Projects
None yet
Development

No branches or pull requests

2 participants