Skip to content

Instantly share code, notes, and snippets.

View michtio's full-sized avatar
🏠
Working from home

Michael Thomas michtio

🏠
Working from home
View GitHub Profile
@michtio
michtio / index.twig
Created April 6, 2020 15:50
Craft CMS GraphQL Query for:
% for site in craft.app.sites.getAllSites() %}
{% if site.handle != 'main' %}
{% set schoolNetworkSettings = craft.globalSets()
.handle('networkSettings')
.siteId(site.id)
.with(['networkLogo'])
.one()
%}