You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Content Generators should be added as dependants of the template that required them. The complexity here is that the generator needs to be added as a dependant of the files that it uses for input while also being the parent to the files it generates.
Should we care about the files it generates? They pose no real purpose other than taking up RAM.
This is a much larger task than expected:
Mark @deprecated generators found in Entities folder
Write GeneratorInterface
Write AbstractFileGenerator class
Stub out skeletons foreach: CollectionItemGenerator, PaginationGenerator, TaxonomyArchiveGenerator and TaxonomyIndexGenerator.
Content Generators should be added as dependants of the template that required them. The complexity here is that the generator needs to be added as a dependant of the files that it uses for input while also being the parent to the files it generates.
Should we care about the files it generates? They pose no real purpose other than taking up RAM.
This is a much larger task than expected:
@deprecated
generators found inEntities
folderGeneratorInterface
AbstractFileGenerator
classCollectionItemGenerator
,PaginationGenerator
,TaxonomyArchiveGenerator
andTaxonomyIndexGenerator
.CollectionItemGenerator
CollectionItemGenerator
PaginationGenerator
PaginationGenerator
TaxonomyArchiveGenerator
TaxonomyArchiveGenerator
TaxonomyIndexGenerator
TaxonomyIndexGenerator
Entities/Generators
This is a sub task of #311
The text was updated successfully, but these errors were encountered: