diff --git a/plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomFields/form.php b/plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomFields/form.php
index 28ca28eee9..d57c52ab84 100644
--- a/plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomFields/form.php
+++ b/plugins/bc-admin-third/templates/plugin/BcCustomContent/Admin/element/CustomFields/form.php
@@ -296,6 +296,10 @@
'rows' => 2,
'v-model' => 'entity.default_value'
]) ?>
+
BcAdminForm->error('default_value') ?>
diff --git a/plugins/bc-admin-third/templates/plugin/BcMail/Admin/MailMessages/index.php b/plugins/bc-admin-third/templates/plugin/BcMail/Admin/MailMessages/index.php
index b7a3e70a08..62f9ae509c 100755
--- a/plugins/bc-admin-third/templates/plugin/BcMail/Admin/MailMessages/index.php
+++ b/plugins/bc-admin-third/templates/plugin/BcMail/Admin/MailMessages/index.php
@@ -21,19 +21,21 @@
$this->BcAdmin->setHelp('mail_messages_index');
?>
-
- BcAdminForm->create(null, [
- 'type' => 'get',
- 'url' => ['controller' => 'MailMessages', 'action' => 'download_csv', $mailContent->id]
- ]) ?>
- BcAdminForm->control('encoding', [
- 'type' => 'radio',
- 'options' => ['UTF-8' => 'UTF-8', 'SJIS-win' => 'SJIS'],
- 'value' => 'UTF-8'
- ]) ?>
-
- BcAdminForm->submit(__d('baser_core', 'CSVダウンロード'), ['div' => false, 'class' => 'bca-btn']) ?>
- BcAdminForm->end() ?>
+
+
+ BcAdminForm->create(null, [
+ 'type' => 'get',
+ 'url' => ['controller' => 'MailMessages', 'action' => 'download_csv', $mailContent->id]
+ ]) ?>
+ BcAdminForm->control('encoding', [
+ 'type' => 'radio',
+ 'options' => ['UTF-8' => 'UTF-8', 'SJIS-win' => 'SJIS'],
+ 'value' => 'UTF-8'
+ ]) ?>
+
+ BcAdminForm->submit(__d('baser_core', 'CSVダウンロード'), ['div' => false, 'class' => 'bca-btn']) ?>
+ BcAdminForm->end() ?>
+
diff --git a/plugins/bc-admin-third/templates/plugin/BcMail/Admin/element/MailFields/form.php b/plugins/bc-admin-third/templates/plugin/BcMail/Admin/element/MailFields/form.php
index 6ddf02154a..83d19b14f4 100644
--- a/plugins/bc-admin-third/templates/plugin/BcMail/Admin/element/MailFields/form.php
+++ b/plugins/bc-admin-third/templates/plugin/BcMail/Admin/element/MailFields/form.php
@@ -43,7 +43,7 @@ class="col-head bca-form-table__label">BcAdminForm->label('fie
BcAdminForm->control('field_name', ['type' => 'text', 'size' => 40, 'maxlength' => 255, 'autofocus' => true]) ?>
-
+
BcAdminForm->error('field_name') ?>
|
@@ -219,7 +219,7 @@ class="col-head bca-form-table__label">BcAdminForm->label('gro
BcAdminForm->error('group_field') ?>
@@ -235,7 +235,7 @@ class="col-head bca-form-table__label">BcAdminForm->label('gro
BcAdminForm->error('group_valid') ?>
diff --git a/plugins/bc-admin-third/webroot/bc_blog/js/admin/blog_posts/form.bundle.js b/plugins/bc-admin-third/webroot/bc_blog/js/admin/blog_posts/form.bundle.js
index ff93b30030..df1e3615e8 100755
--- a/plugins/bc-admin-third/webroot/bc_blog/js/admin/blog_posts/form.bundle.js
+++ b/plugins/bc-admin-third/webroot/bc_blog/js/admin/blog_posts/form.bundle.js
@@ -1,4 +1,3 @@
-(()=>{function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)
/**
* baserCMS : Based Website Development Project