Tutorial: Global field definitions aka blueprint snippets

How can i extends multiple fields instead of single like that: fields/meta.php

fields:
	pageSeo:
		label: Meta Headings
		type: headline
	meta_title:
		label: Meta Title
		type:  text
	meta_description:
		label: Meta Description
		type:  textarea
	meta_keywords:
		label: Meta Keywords
		type:  tags
1 Like