Sterc / SEOPro

The ultimate MODX Revolution SEO companion
https://www.sterc.nl/en/modx-extras
14 stars 29 forks source link

keywords and preview pushed to the end if customfields are inside modx-resource-main-left #91

Open haeki1 opened 5 years ago

haeki1 commented 5 years ago

Hi, if you put customfields inside modx-resource-main-left keywords and preview are not shown below the description.

Changing line 88 and 89 inside seopro.js to the following helps: fp.insert(3,field); fp.insert(4,fieldDesc);

But that just hacked and I don't have any experience to extjs. Maybe there is a cleaner solution for that?