Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Pedro M Regular
@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation
Badges
Recent posts
-
Validation required for hidden element field not showing on save configuration
· 1 year ago
You're absolutely right, and I'm trying to make sure users don't have that experience, but I haven't used the element field before, and I thought it would behave the same as a normal form, displaying
-
Validation required for hidden element field not showing on save configuration
· 1 year ago
That's exactly what I was starting to test. It might be the best way for the user to check if they're missing a required field.
-
Validation required for hidden element field not showing on save configuration
· 1 year ago
Thanks @Karmalakas y @b.da for your feedback. I may need to change the field type in which this content is displayed. Any suggestions?
-
Validation required for hidden element field not showing on save configuration
· 1 year ago
Hello. I have a situation I don't know how to solve. In the Orestbida Cookie Consent plugin, in the content section of the admin panel, I have an Elements field, which has several subfields, each with
-
Recent Posts Plugin
· 1 year ago
You don't really need a plugin to show recent posts. Look at this article: https://learn.getgrav.org/17/cookbook/twig-recipes#list-the-last-5-recent-blog-posts
-
How to create a custom form field in Admin?
· 1 year ago
@Karmalakas I think you should create within the root folder of your plugin a folder called admin/themes/grav/templates/forms and place your template there. Take a look at the modifications I made in
-
Need help moving / setup grav on subdirectory but root URL
· 1 year ago
Why don't you use subdomains that point to a subdirectory within your site root? For example, subdomain1.domain.com would be in the /subdomains/subdomain1 folder (with full Grav installation inside)
-
Grav installation ohne SSH Berechtigung
· 1 year ago
Can you show your comment in English, please?
-
Tags with space
· 1 year ago
Have you tried the play with twig filters,like as hyphenize
-
How can I activate a Theme without Admin Plugin?
· 1 year ago
This is very well explained in Grav documentation.