Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Ionut Cicio Newcomer

@CuriousCI · Joined 3 years ago · 6 posts · 1 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Multiple Flex Objects in the same Admin Panel page · 3 years ago

    Solution Found! 😀 It was relatively simple. In my own theme I created a admin/templates/flex-objects folder so I can add templates that flex-objects can use in their configuration. To choose which t

  • Get the image path from uploaded file (JSON Flex Objects) · 3 years ago

    My bad, I totally forgot that when you have flex-objects with files in them, those files are stored as an array of files in the object (even if it's just one). I just tried using {{ object.file|first.

  • Get the image path from uploaded file (JSON Flex Objects) · 3 years ago

    I think the absolute_url filter could be useful in your case https://learn.getgrav.org/17/themes/twig-tags-filters-functions/filters#absolute-url. <img src="{{ author.avatar.path|absolute_url }}"

  • Seeking Flex-Objects CRUD tutorial (PHP) · 3 years ago

    @pamtbaau is there an alternative to Flex Objects for simpler structures? I want a structured and standard way to interact with data in my back-end, and an API (with a custom Plugin) to define relatio

  • Import CSV table into page · 3 years ago

    If you have a custom Plugin (Custom Plugin tutorial) in your project, you could try to write a function which takes the CSV and converts it to a list of objects which you can use in your twig template

  • Multiple Flex Objects in the same Admin Panel page · 3 years ago

    The problem Hey guys! I'm working on a website for an association, and I have a few small enough flex-objects which are related to each other, that's why I would like to group them under the same page