DmitrMakeev commited on
Commit
9617363
·
verified ·
1 Parent(s): ac8d4b7

Update js/rus/rus.js

Browse files
Files changed (1) hide show
  1. js/rus/rus.js +10 -2
js/rus/rus.js CHANGED
@@ -964,11 +964,19 @@ editor.Components.addType('page-look-settings-block', {
964
  editor.Blocks.add('page-look-settings-block-block', {
965
  label: `
966
  <div style="display: flex; flex-direction: column; align-items: center;">
967
- <!-- icon666.com - MILLIONS vector ICONS FREE --><svg viewBox="-26 0 437 437.33333" xmlns="http://www.w3.org/2000/svg"><path d="m384.167969 437.332031h-384v-437.332031h384zm-362.667969-21.332031h341.332031v-394.667969h-341.332031zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);" width="36" height="36"></path><path d="m64.167969 192h106.664062v21.332031h-106.664062zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path><path d="m64.167969 128h106.664062v21.332031h-106.664062zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path><path d="m64.167969 256h256v21.332031h-256zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path><path d="m64.167969 320h256v21.332031h-256zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path><path d="m64.167969 64h106.664062v21.332031h-106.664062zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path><path d="m320.167969 213.332031h-106.667969v-149.332031h106.667969zm-85.335938-21.332031h64v-106.667969h-64zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path></svg>
 
 
 
 
 
 
 
 
968
  <span style="margin-top: 8px;">page-look-set</span>
969
  </div>`,
970
  content: { type: 'page-look-settings-block' },
971
- category: 'ВК - Доступы', // Добавляем категорию "Автопилот - ВК"
972
  });
973
 
974
 
 
964
  editor.Blocks.add('page-look-settings-block-block', {
965
  label: `
966
  <div style="display: flex; flex-direction: column; align-items: center;">
967
+ <!-- icon666.com - MILLIONS vector ICONS FREE --><svg viewBox="-26 0 437 437.33333" xmlns="http://www.w3.org/2000/svg" style="width: 36px; height: 36px;">
968
+ <path d="m384.167969 437.332031h-384v-437.332031h384zm-362.667969-21.332031h341.332031v-394.667969h-341.332031zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path>
969
+ <path d="m64.167969 192h106.664062v21.332031h-106.664062zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path>
970
+ <path d="m64.167969 128h106.664062v21.332031h-106.664062zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path>
971
+ <path d="m64.167969 256h256v21.332031h-256zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path>
972
+ <path d="m64.167969 320h256v21.332031h-256zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path>
973
+ <path d="m64.167969 64h106.664062v21.332031h-106.664062zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path>
974
+ <path d="m320.167969 213.332031h-106.667969v-149.332031h106.667969zm-85.335938-21.332031h64v-106.667969h-64zm0 0" fill="#000000" style="fill: rgb(245, 245, 245);"></path>
975
+ </svg>
976
  <span style="margin-top: 8px;">page-look-set</span>
977
  </div>`,
978
  content: { type: 'page-look-settings-block' },
979
+ category: 'ВК - Доступы', // Добавляем категорию "Автопилот - ВК"
980
  });
981
 
982