Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Introduce site sets for v13 #2519

Closed
wants to merge 9 commits into from
Closed

[FEATURE] Introduce site sets for v13 #2519

wants to merge 9 commits into from

Conversation

linawolf
Copy link
Collaborator

@linawolf linawolf commented Aug 15, 2024

@linawolf
Copy link
Collaborator Author

Depends on #2520

pid = {$plugin.tx_news.settings.sitemap.startingpoint}
recursive = {$plugin.tx_news.settings.sitemap.recursive}
pid = {$plugin.tx_news.settings.sitemap.startingpoint ?? $news.seo.sitemap.startingpoint}
recursive = {$plugin.tx_news.settings.sitemap.recursive ?? news.seo.sitemap.recursive}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there :) I'm just wondering what syntax is actual valid?
?? $news... or ?? news...
With or without $ on the right right of the ??-operator. Or are both valid?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for clarifying

@georgringer georgringer deleted the branch 12-13 September 12, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants