jalendport / craft-readtime

Calculate the estimated read time for content.
MIT License
10 stars 9 forks source link

GetFields needs to be changed to GetCustomFields for Craft4 #25

Open seanconn opened 1 year ago

seanconn commented 1 year ago

src\twigextensions\ReadTimeTwigExtension.php

Getting twig error

There are references to getFieldLayout()->getFields() in the above file

Had to change this locally to getFieldLayout()->getCustomFields()

to fix

mikolamin commented 9 months ago

@jalendport please pay attention to this problem