Commit b67abc15 authored by platyhouse's avatar platyhouse

.

parent 5bf94276
......@@ -95,6 +95,16 @@ namespace platyFramework;
<?= $form->getInput("광고ID", "admob_after_snsboardview_full_adid", "", ""); ?>
</div>
</div>
<div class="row">
<div class='col-md-9'>
<?= $form->getSelect("글 조회시 3회마다<br>전면 광고 노출 여부", "admob_show_full_fix", array("노출" => 1, "노출하지 않음" => 0), "", ""); ?>
</div>
<div class='col-md-3'>
</div>
</div>
<? if (FALSE) { ?>
<div class="row">
<div class='col-md-9'>
......
......@@ -16,6 +16,7 @@
CKEDITOR.config.height = 400;
CKEDITOR.config.filebrowserUploadUrl = '<?=PLATYFRAMEWORK_APPURL?>/board/api/uploadCKEditor/';
CKEDITOR.config.enterMode = CKEDITOR.ENTER_BR;
CKEDITOR.config.allowedContent = true;
// CKEDITOR.config.extraPlugins = 'uploadimage,uploadwidget,filetools,notificationaggregator,notification,toolbar,button';
// CKEDITOR.config.disallowedContent = 'img{width,height}';
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment