Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Paul Massendari Regular
Grav Forum Moderators
@paul · Joined 9 years ago · 143 posts · 0 topics · 53 reputation
Badges
Recent posts
-
About populating metadata (Open Graph)
· 8 years ago
Hi, I made a plugin that has exactly the feature you mentioned: it will use page data by default and will let you override a field with + gui instead of expert mode. here is the link: https://github.c
-
Multi-content blocks in pages
· 8 years ago
Sure, here is how you do it: title: Article '@extends': type: default context: blueprints://pages form: fields: tabs: fields: content: fields: conten
-
Multi-content blocks in pages
· 8 years ago
I think you can't see a difference because the collapsed state of list elements will continue to show the first field. As you only have a single field, it will continue to show the editor when list is
-
Impossible to add new line
· 8 years ago
ah, interesting, I changed the post category, let's see if the box appear
-
Multi-content blocks in pages
· 8 years ago
yes, list field is special and you might find some bugs with some fields inside a list field. Consider using instead a texarea field type instead of editor if possible.
-
Impossible to add new line
· 8 years ago
You have to hover over Rob's post that answer your question and check the checkbox
-
Multi-content blocks in pages
· 8 years ago
Sure, here is an example: title: Article '@extends': type: default context: blueprints://pages form: fields: tabs: fields: content: fields: header.ed
-
Default page templates still available after deletion
· 8 years ago
These templates comes from Error plugin and Form plugin. You can hide these templates by going to admin plugin configuration in Plugins > Admin and hide these page types. the files inside system/bl
-
Multi-content blocks in pages
· 8 years ago
Then, you have to provide your own blueprint. If you want to add multiple editor (what you called "content block") for the template article.html.twig then you have to create a file under user/themes/y
-
Multi-content blocks in pages
· 8 years ago
You mean you want to add some more text editor? If so, that is totally doable, using blueprints.