elivz / vz_url

URL FieldType for ExpressionEngine with ajax validation
https://devot-ee.com/add-ons/vz-url-extension
Other
31 stars 4 forks source link

Improved LV3 compatibility #9

Closed low closed 9 years ago

low commented 9 years ago

Hi! I just changed some of the LV methods and added low_variables as an accepted content type. That lets you remove some of the var_x methods, as the default will be used.

For now, var_display_field is required, because if I would include all fieldtypes that accept all content types, the native ones will be included as well, and not all of them work... Adding the var_display_field method will tell LV there is compatibility. But for any other method, the native methods will work, and you only need var_x methods if you want to customize behavior. :)

elivz commented 9 years ago

This is awesome, thanks!