Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
www
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finnv
www
Commits
eb72c21b
Commit
eb72c21b
authored
Aug 14, 2023
by
Михаил Ливач
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
добавил UF_INFOTEXT в выборку, изменил ключи в 'CONTENT'
parent
34e11dad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
section.php
...-scorp/components/bitrix/news/services-blocks/section.php
+2
-1
No files found.
bitrix/templates/aspro-scorp/components/bitrix/news/services-blocks/section.php
View file @
eb72c21b
...
@@ -31,6 +31,7 @@ $arSection = CCache::CIblockSection_GetList(
...
@@ -31,6 +31,7 @@ $arSection = CCache::CIblockSection_GetList(
'UF_ADVANTAGES'
,
'UF_ADVANTAGES'
,
'UF_TITLE_ADVANTAGES'
,
'UF_TITLE_ADVANTAGES'
,
'UF_ACTION'
,
'UF_ACTION'
,
'UF_INFOTEXT'
,
),
),
true
);
true
);
...
@@ -129,7 +130,7 @@ CScorp::AddMeta(
...
@@ -129,7 +130,7 @@ CScorp::AddMeta(
array
(
array
(
'arResult'
=>
$arResult
,
'arResult'
=>
$arResult
,
'HIDE_BLOCKS'
=>
$arSection
[
"UF_BLOCKS"
],
'HIDE_BLOCKS'
=>
$arSection
[
"UF_BLOCKS"
],
'CONTENT'
=>
array
(
'TITLE'
=>
$arSection
[
'NAME'
],
'
TEXT'
=>
$arSection
[
'DESCRIPTION
'
]),
'CONTENT'
=>
array
(
'TITLE'
=>
$arSection
[
'NAME'
],
'
HIDABLE_TEXT'
=>
$arSection
[
'DESCRIPTION'
],
'VISIBLE_TEXT'
=>
$arSection
[
'UF_INFOTEXT
'
]),
'SCHEME'
=>
$arSection
[
'UF_SCHEME'
],
'SCHEME'
=>
$arSection
[
'UF_SCHEME'
],
'FAQ'
=>
$arSection
[
'UF_FAQ'
],
'FAQ'
=>
$arSection
[
'UF_FAQ'
],
'TABLE_PRICE'
=>
$arSection
[
'UF_TABLE_PRICE'
],
'TABLE_PRICE'
=>
$arSection
[
'UF_TABLE_PRICE'
],
...
...
Михаил Ливач
@maus
mentioned in commit
11eb810b
·
Aug 18, 2023
mentioned in commit
11eb810b
mentioned in commit 11eb810bf21e0fda989f8d9d68e6baa5bd5cb31a
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment