- Mar 20, 2020
-
-
Colby Chiste authored
-
Colby Chiste authored
-
- Oct 23, 2019
-
-
Colby Chiste authored
Custom field with display See merge request !6
-
- Oct 17, 2019
-
-
Colby Chiste authored
# Conflicts: # web/modules/custom/thunderdome/config/install/thunderdome.settings.yml # web/modules/custom/thunderdome/config/schema/thunderdome.schema.yml
-
Colby Chiste authored
Custom plugin selector See merge request !5
-
Colby Chiste authored
-
Colby Chiste authored
Custom field now accepts a parameter in display settings that will wrap the fields' content in a div of the class specified. The content is displayed in bullet form
-
Colby Chiste authored
Issue #11 Display setting added but not rendering on form, tried swapping for a select type field to no avail.
-
- Oct 16, 2019
-
-
Colby Chiste authored
Issue #10 #12: Custom field created. Able to add to content and outputs as expected. Field is wrapped in a div and assigned a place-holder class until display options integrated
-
- Oct 15, 2019
-
-
Colby Chiste authored
Removed default build options in each animal controller as default is defined in one place under printDirections().
-
Colby Chiste authored
-
- Oct 11, 2019
-
-
Colby Chiste authored
-
Colby Chiste authored
-
Colby Chiste authored
Issue #9: All paths routing and rendering instructions properly based on admin plugin selection at /admin/config/thunderdome
-
Colby Chiste authored
Issue #9: Conditional statements always result in rendering standard instructions instead of enhanced.
-
- Oct 10, 2019
-
-
Colby Chiste authored
Issue #9: Sloth properly rendering based on admin input in config form. Implementing rest of the animals once I check current code base for quality.
-
Colby Chiste authored
Issue #9: Currently only have sloth integrated and trying to debug from there before moving on to other animal plugins. PluginNotFoundException: The Array plugin does not exist. Valid plugin IDs for Drupal\\AnimalPluginManager are: standard, enhanced
-
Colby Chiste authored
Issue #8: Created config variables for each animals plugin. Where I am planning to go from here is to inject the plugins into the ConfigForm but will check with mentor in the morning to ensure on the right path.
-
Colby Chiste authored
-
- Oct 09, 2019
-
-
Colby Chiste authored
Issue #5 #6 #7: Animal plugin type defined and two new plugins created: Standard and Enhanced. Base class setup for example usage.
-
Colby Chiste authored
Issue #5 Basic structure in place with variables for animal type and instructions, as well as getter headers defined in the interface. Leaving issue open until I am sure those are all the members we need.
-
- Oct 08, 2019
-
-
Colby Chiste authored
Issue #4 #3 Add node reference variable to module configuration See merge request !4
-
Colby Chiste authored
Issue #3 Default node being instantiated and set properly in ThunderdomeConfigurationForm, all requirements met as outlined in MR and subsequent correspondence
-
Josh Miller authored
-
Colby Chiste authored
-
Colby Chiste authored
-
Colby Chiste authored
Issue #4 #3 New features documented and configuration files set up properly in config/install and config/schema. Getting errors about calling member functions on null in ThunderdomeConfigurationForm
-
Colby Chiste authored
Issue #3 Twig template successfully renders any node reference in the thunderdome configuration form.
-
- Oct 07, 2019
-
-
Colby Chiste authored
-
Colby Chiste authored
-
Colby Chiste authored
-
- Oct 05, 2019
-
-
Colby Chiste authored
Entity reference variable accepted in module config form. Referenced node is rendered via twig template, only when manually enterred though. Passed variable appears to be null. Further testing needed
-
- Oct 04, 2019
-
-
Colby Chiste authored
-
- Oct 03, 2019
-
-
Colby Chiste authored
-
Colby Chiste authored
Custom events integrated. If use enters unexpected input on /delete/{id} form they are warned. If they try to delete thunderdome who knows...
-
Colby Chiste authored
Making progress. Custom event is created with listeners and logic, just have to continue testing the logic
-
- Oct 01, 2019
-
-
Colby Chiste authored
-
Colby Chiste authored
Adding config form with checkbox and text input at /admin/config/thunderdome, just have to redirect and render form results
-
- Sep 30, 2019
-
-
Colby Chiste authored
-
Colby Chiste authored
-