dpi / pinto

0 stars 1 forks source link

Slots #5

Closed dpi closed 1 day ago

dpi commented 7 months ago

Allow for a simplified slots system, as a replacement for the verbose ThemeDefinition.

Internally, it would work roughly like ThemeDefinition with some predefined defaults.

Move ThemeDefinition implementation to the Drupal version.

Create an interface which slots and themedefinition implement, the interface would have a method for generating a definition.

Consider utilising sealed classes if the ThemeDefinition implementation is retained and finalised inthis project

dpi commented 1 day ago

Implemented in #16