Field types
By convention, the fieldtypes.php
file is a good location to include any field types that your app wishes to declare. You’d then include it from your admin.php
file, and if necessary, from your runtime.php
file too.
<?php
class PerchFieldType_bananas extends PerchFieldType {
...
}