# customify/2.3.0/core/tests/sample-config.php

Customify, version 2.3.0. 14 lines.

- Page: https://pluginprobe.com/plugins/customify/2.3.0/code/core/tests/sample-config.php
- Raw: https://pluginprobe.com/plugins/customify/2.3.0/raw/core/tests/sample-config.php
- Modified: 2015-02-16T08:16:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/customify/2.3.0/code/core/tests/sample-config.php#L10-L20`.

```php
<?php return array
	(
		'template-paths' => array
			(
				dirname(__FILE__).DIRECTORY_SEPARATOR.'sample-templates'
			),

		'fields' => array
			(
				// empty
			),

	); # config

```
