Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Alexander Kim Member
@heihachi88 · Joined 8 years ago · 77 posts · 28 topics · 5 reputation
Badges
Recent posts
-
Set default taxonomy field value with blueprints
· 8 years ago
Thanks, they already merged that PR? Link shows nothing. Didn't understand this part: taxonomies: fields: header.taxonomy: default: category: ['blog','page'] tag: ['test']
-
Set default taxonomy field value with blueprints
· 8 years ago
Sorry, but you didn't understand our problem, question was not about how to add categories on the site.
-
Set default taxonomy field value with blueprints
· 8 years ago
Do you know how to make new taxonomy fields to show up all the created categories, just like with the default one drop down list?
-
Markdown extra - add class to a text
· 8 years ago
Not so convenient, but thanks 🙂
-
Markdown extra - add class to a text
· 8 years ago
Too bad, any other way for text aligning?
-
Markdown extra - add class to a text
· 8 years ago
Just enabled Markdown extra, but couldn't make it work. Tried some text{.right}, but {.right} just prints out as text. What's wrong?
-
Type: taxonomy field doesn't read current values
· 8 years ago
Seems like built-in taxonomy uses something else, if you figure out, please, comment here.
-
How to access object properties in Grav?
· 8 years ago
Here's the output of dump(Grav::instance()['uri']): I've tried to get #paths[2] this way Grav::instance()['uri']->paths[2], but i'm getting this error: Cannot access protected property Grav\Common
-
Type: taxonomy field doesn't read current values
· 8 years ago
You mean it doesn't autofill it like the default taxonomy field under "Options" tab?
-
Type: taxonomy field doesn't read current values
· 8 years ago
Try to use it this way: header.jombo: label: Tags type: selectize classes: fancy validate: type: commalist