Skip to content

Commit

Permalink
Issue #4: Allow it import any topic types except Newsletter.
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr committed Jan 3, 2023
1 parent 8eed31f commit c32668d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ source:
-
name: topics
label: 'Topics'
selector: 'category[@domain="Subchapter"]/@infsonewsroom:TopicId'
selector: 'category[not(@domain="Newsletter")]/@infsonewsroom:TopicId'
-
name: primary_topic
label: 'Primary topic'
selector: 'category[@infsonewsroom:TopicPrimary="1" and @domain="Subchapter"]/@infsonewsroom:TopicId'
selector: 'category[@infsonewsroom:TopicPrimary="1" and not(@domain="Newsletter")]/@infsonewsroom:TopicId'
-
name: highlighted_topics
label: 'Highlighted topic'
selector: 'category[@infsonewsroom:TopicHighlight="1" and @domain="Subchapter"]/@infsonewsroom:TopicId'
selector: 'category[@infsonewsroom:TopicHighlight="1" and not(@domain="Newsletter")]/@infsonewsroom:TopicId'
-
name: related_content
label: 'Related content'
Expand Down

0 comments on commit c32668d

Please sign in to comment.