app/views/admin/communication/blocks/templates/organizations/_static.json.jbuilder
json.layout block.template.layout
json.description block.template.description
json.organizations block.template.elements do |element|
if element.organization
json.slug element.organization.slug
end
end