@mtumlino The Custom Landing Page editor should be enabled by default but maybe some of your prior customization changes things?
Anyway you can enable the feature via the plan_features. It can be edited via the Rails console or in the database at marketplace_plans.features (in the format {"deletable":false,"admin_email":true,"whitelabel":true,"footer":true,"landing_page":true}).
The landing_page feature is what you want to have enabled to use the Editor.
Thank you for the insight, Thomas. I’m afraid I haven’t figured this out yet.
I did not have a row in marketplace_plans, so I added one. I had to add a number of fields I was unfamiliar with, so perhaps you could look to see where I’m going wrong?
If you could share the correct command for Rails, that would be very helpful. Thanks.