pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
Selectize field in admin blueprints erases values
· 5 years ago
@jrzav, Next time I’ll search in github too Would have saved you quite a bit of time I guess... If you do want to update the docs, I would suggest to only add a red/orange warning notice like: Kno
-
Selectize field in admin blueprints erases values
· 5 years ago
@jrzav, Seems similar to this issue in Admin repo: Selectize field drops custom values after saving/refreshing input Hopefully the proposed workaround works for you...
-
Does grav have the concept of relational links (many to many, one to many, etc.)?
· 5 years ago
@jasonday, Grav is a flat-file CMS and hence only knows about flat files... Having said that, whatever valid data you can define in JSON or Yaml can be loaded by Grav. That doesn't mean that Grav its
-
When using responsive images, is it possible to crop to as aspect ratio?
· 5 years ago
@Karmalakas, I totally forgot about the issue I contributed to... :man_facepalming:
-
When using responsive images, is it possible to crop to as aspect ratio?
· 5 years ago
@jrzav, What happens if you do the following in Twig? image.crop(100,100,300,200).derivatives([100, 200, 300]).html()
-
Session_store_active has no effect
· 5 years ago
@wblondel, Would you mind testing the 'develop' branch of Grav and see if it works for you now? $ git clone https://github.com/getgrav/grav -b develop . $ composer install
-
How can I get page images by index?
· 5 years ago
@filo91, I think I find the following easier on the eyes... Not sure what the use-case is, but the index is probably not a constant. {% set keys = page.media.images | keys %} {% set index = ... %} {{
-
'Mailto' links cause Server Error
· 5 years ago
@csc, I'm afraid I cannot reproduce the issue on a fresh installation of Grav 1.7.10 + Admin. Both syntaxes create valid anchors without throwing errors.
-
Markdown-details customization
· 5 years ago
@bozzochet, You might consider switching to plugin ShortCode Core, which is build by the Grav team and provides an accordion style similar to your preferred style. For example: // in markdown [detail
-
Markdown-details customization
· 5 years ago
@bitstarr, The following is not intended as a flame, but purely to take into consideration: - It’s basic because it serves a narrow purpose. If a plugin serves a narrow purpose, why publish it to th