# customify/2.10.0/includes/admin-settings/core/tests/sample-config.php

Customify, version 2.10.0. 14 lines.

- Page: https://pluginprobe.com/plugins/customify/2.10.0/code/includes/admin-settings/core/tests/sample-config.php
- Raw: https://pluginprobe.com/plugins/customify/2.10.0/raw/includes/admin-settings/core/tests/sample-config.php
- Modified: 2019-07-01T10:04:38+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.10.0/code/includes/admin-settings/core/tests/sample-config.php#L10-L20`.

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

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

	); # config

```
