Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Brice Boucard Member
@bricebou · Joined 4 years ago · 37 posts · 6 topics · 7 reputation
Badges
Recent posts
-
Dynamically add / remove items from form field list
· 4 years ago
Thanks ! For now, I've managed to add a geolocation tab to the default template. It contains an interactive map and a simple text field which is populated when you add a marker onto the map. Here is t
-
Dynamically add / remove items from form field list
· 4 years ago
I'll try to make my idea clearer... Yes, I want to have a list of markers with these three properties (id, latitude, longitude). The idea is to use the map interactions to fetch those properties and
-
Dynamically add / remove items from form field list
· 4 years ago
Hi @pamtbaau and @Karmalakas ! There is nothing wrong with the form field list as it is :) I'm trying to improve a previous work : a form field that embeds a Leaflet map on which there is an evenList
-
Dynamically add / remove items from form field list
· 4 years ago
Thanks @Karmalakas ! This is more like it, yes 🙂 I'm not sure how to deal with it... The script is already loaded since I can use the form field buttons. I don't see how to call the addItem() or remo
-
Access plugin options inside same plugin admin form field
· 4 years ago
Thanks a lot @Karmalakas 🙂 Sometimes, I search much more complicated stuff than the actual simple way...
-
Access plugin options inside same plugin admin form field
· 4 years ago
Hi, I'm trying to declare a new form field within a plugin, inside the admin/themes/grav/forms/fields/field_name/field_name.html.twig. The new field is then declared through this piece of code:
-
Dynamically add / remove items from form field list
· 4 years ago
Hi, I've created a form field that includes the form list field. It's working perfectly but I'd like to interact with the list (add, modify and delete list items) without using the built-in buttons...
-
Rethinking Leaflet plugins
· 4 years ago
Hi, I recently had the need to geolocate some contents and developed a custom form field inside my theme, loading the Leaflet javascript library... I was wondering : what if you enable multiple leafle
-
French typography
· 4 years ago
I meant before I start to work on this Better Typography plugin :) Thanks for the links and for sure I'll learn something reading other people's plugin ;)
-
French typography
· 4 years ago
@pamtbaau ah ! I was testing my PHP settings, with various versions... Thanks 🙂 @Karmalakas yeah, of course ! I meant modify my code :)