craft-preparse-field icon indicating copy to clipboard operation
craft-preparse-field copied to clipboard

Field type that parses twig when an element is saved.

Results 26 craft-preparse-field issues
Sort by recently updated
recently updated
newest added

From Andrew Welch: > Jalen, feel free to steal if it helps: https://github.com/nystudio107/craft-seomatic/blob/develop/src/validators/TwigExpressionValidator.php -- it renders the Twig code, and adds any errors to the model. You just add the...

Craft 3.0.21 PHP 7.2.9 Preparse 1.0.2 I have a Preparse field that imports a template to do some Imager work, which works fine when I save the entry myself, but...

If I cache the output of a LARGE text field from a Global using the `{% cache %}` tag within a preParse field, it doesnt seem to fetch from cache...

I suppose you've had this request a gazillion times already, but for me this would be the holy grail in terms of performance. I have a `products` section and a...

Hi! Thanks for your great work on Preparse. I think this issue is related to #23 and #52. Starting in 1.0.7, files uploaded as part of a front-end entry form...

Was having an issue with the preparser field that threw me for a loop. I use the Preparse field to generate a number value of a total # of related...

Since updating a site from Craft 2 to Craft 3, I am getting this error `Call to a member function setAttributes() on null` ``` 1. craft/vendor/craftcms/cms/src/base/Plugin.php at line 199 /**...

Currently we only have text, mediumtext, and number options. I'd really like to be able to have varchar available for when i know the data will be short; it's more...

Since Craft version 3.5.16, saving an entry with the "Parse before save" option off trigger an "Unsupported site – craft\errors\UnsupportedSiteException Attempting to save an element in an unsupported site". Setting...

I'd like to use PreParse to pull in data from another element, but then allow an author to optionally edit that text. Is there a way to accomplish this?