Skip to main content
Skip table of contents

Channel Filter: Show Images with Copyright Information

This will filter for all Content Items which have the Content Schema "Image Metadata" assigned and for all Content Items which have the Layer "Copyright Information" assigned. 

CODE
{
	"kind": "AndFilter",
	"filters": [
		{
			"kind": "TermFilter",
			"field": "contentSchemaId",
			"term": "ImageMetadata"
		},
		{
			"kind": "TermFilter",
			"field": "layerSchemaIds",
			"term": "CopyrightInformation"
		}
	]
}


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.