Skip to content

Commit

Permalink
build 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
64j committed Jan 12, 2021
1 parent 5819a26 commit cbe21df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/plugins/templatesedit/tpl/builder.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</div>
<textarea name="templatesedit_builder_data" id="templatesedit_builder_data" rows="15" style="display: none"><?= $data['config'] ?></textarea>
<script src="<?= MODX_BASE_URL ?>assets/plugins/templatesedit/js/Sortable.min.js"></script>
<script src="<?= MODX_BASE_URL ?>assets/plugins/templatesedit/js/TemplatesEditBuilder.js?v=3.1.5"></script>
<script src="<?= MODX_BASE_URL ?>assets/plugins/templatesedit/js/TemplatesEditBuilder.js?v=3.1.6"></script>
<script>
new TemplatesEditBuilder(document.getElementById('builder'), {
dataEl: document.getElementById('templatesedit_builder_data'),
Expand Down
2 changes: 1 addition & 1 deletion install/assets/plugins/templatesedit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Кастомизация полей при редактировании документов
*
* @category plugin
* @version 3.1.5
* @version 3.1.6
* @package evo
* @internal @properties &showTvImage=Показывать картинки в TV;list;yes,no;yes &showTvName=Показывать названия TV;list;yes,no;no &excludeTvCategory=Исключить TV из категорий;text
* @internal @events OnDocFormTemplateRender,OnDocFormRender,OnDocFormSave,OnTempFormRender,OnTempFormSave,OnTempFormDelete
Expand Down

0 comments on commit cbe21df

Please sign in to comment.