├── .editorconfig ├── README.md ├── entryinstructions ├── EntryInstructionsPlugin.php ├── fieldtypes │ └── EntryInstructions_InstructionsFieldType.php └── templates │ └── _instructions │ └── layout.html └── screenshot.png /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasthesecond/EntryInstructions/HEAD/.editorconfig -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasthesecond/EntryInstructions/HEAD/README.md -------------------------------------------------------------------------------- /entryinstructions/EntryInstructionsPlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasthesecond/EntryInstructions/HEAD/entryinstructions/EntryInstructionsPlugin.php -------------------------------------------------------------------------------- /entryinstructions/fieldtypes/EntryInstructions_InstructionsFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasthesecond/EntryInstructions/HEAD/entryinstructions/fieldtypes/EntryInstructions_InstructionsFieldType.php -------------------------------------------------------------------------------- /entryinstructions/templates/_instructions/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasthesecond/EntryInstructions/HEAD/entryinstructions/templates/_instructions/layout.html -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thomasthesecond/EntryInstructions/HEAD/screenshot.png --------------------------------------------------------------------------------