├── README.md └── introvert ├── IntrovertPlugin.php ├── fieldtypes └── Introvert_ReverseRelatedEntriesFieldType.php ├── services └── Introvert_RelationshipService.php └── templates ├── input.html └── settings.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iainurquhart/craft_introvert/HEAD/README.md -------------------------------------------------------------------------------- /introvert/IntrovertPlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iainurquhart/craft_introvert/HEAD/introvert/IntrovertPlugin.php -------------------------------------------------------------------------------- /introvert/fieldtypes/Introvert_ReverseRelatedEntriesFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iainurquhart/craft_introvert/HEAD/introvert/fieldtypes/Introvert_ReverseRelatedEntriesFieldType.php -------------------------------------------------------------------------------- /introvert/services/Introvert_RelationshipService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iainurquhart/craft_introvert/HEAD/introvert/services/Introvert_RelationshipService.php -------------------------------------------------------------------------------- /introvert/templates/input.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iainurquhart/craft_introvert/HEAD/introvert/templates/input.html -------------------------------------------------------------------------------- /introvert/templates/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iainurquhart/craft_introvert/HEAD/introvert/templates/settings.html --------------------------------------------------------------------------------