Discussions

Ask a Question

How wan i edit content types fields names

Hi,

how to add anchor links in menu

My pages include multiple sections that i'd like to reference in the menu as sub-links (anchor links, with #) of the pages links.
Example : I have a "Home" Page with 3 sections with ids "section-1", "section-2" and "section-3".
In the menu I display the main "Home" link and when hovering this link i'd like to display 3 anchor links to go directly to the corresponding sections.

Can't install last version of Wagon. Only v.1.5.8 seems installable

Hi,

Answered

Resetting site content to default

I have noticed that whenever I change default values in a section or config files like translations.yml then "wagon deploy" to my site, the values on the site do not change.

Answered

Any way to delete a section?

I'm trying to delete a section. I've made some breaking changes (e.g. changing block types, etc) and want delete the section and re-deploy.

Answered
Answered

Search possibility

Hello, I'm looking for adding search functionality to the site. I can't find any information in the docs. Can someone help me to understand if it's possible?

Answered

How can I handle an "model_form" AJAX response?

The guide [Create a contact form][1] briefly mentions that you can use the JSON API by adding json: true to the options. It gives an example response, but not much more than that.