mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-24 08:52:18 +02:00
Фикс формирования category
This commit is contained in:
parent
c7721282ba
commit
2a0d7d96d0
6
.github/workflows/os/docs_main.os
vendored
6
.github/workflows/os/docs_main.os
vendored
@ -726,7 +726,11 @@
|
||||
СтруктураКатегории = ПрочитатьJSON(ЧтениеJSON, Истина);
|
||||
ЧтениеJSON.Закрыть();
|
||||
|
||||
СтруктураКатегории.Вставить("label", СоответствиеЗаголовков[СтруктураКатегории["label"]]);
|
||||
ЛокализированныйЗаголовок = СоответствиеЗаголовков[СтруктураКатегории["label"]];
|
||||
|
||||
Если ЗначениеЗаполнено(ЛокализированныйЗаголовок) Тогда
|
||||
СтруктураКатегории.Вставить("label", ЛокализированныйЗаголовок);
|
||||
КонецЕсли;
|
||||
|
||||
Запись = Новый ЗаписьJSON;
|
||||
ПараметрыЗаписиJSON = Новый ПараметрыЗаписиJSON(ПереносСтрокJSON.Авто);
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Airtable",
|
||||
"position": 11,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Dropbox (pre-release)",
|
||||
"position": 12,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Google Calendar",
|
||||
"position": 7,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Google Drive",
|
||||
"position": 8,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Google Sheets",
|
||||
"position": 9,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Notion",
|
||||
"position": 6,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Slack",
|
||||
"position": 9,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Начало работы",
|
||||
"position": 1,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Telegram",
|
||||
"position": 2,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Twitter",
|
||||
"position": 4,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "VK",
|
||||
"position": 3,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Viber",
|
||||
"position": 3,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"label": null,
|
||||
"label": "Yandex Disk",
|
||||
"position": 13,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
|
Loading…
Reference in New Issue
Block a user