friendica/tests/datasets/config/transformer/small_types.node.config.php

13 lines
103 B
PHP

<?php
return [
'small_cat' => [
[
'key' => 'value',
],
[
'key2' => 'value2',
],
],
];