kirby
Here are 223 public repositories matching this topic...
-
Updated
May 8, 2020 - PHP
Add optional buttons for all headings h1 to h6
Also: Don't use H character for headings in button label because it only makes sense for english speakers.
Use 'A' character instead:
<button>A<sup>1</sup><button>Output would look like this:
 expects parameter 3 to be string, null given
A better error handling should be added to hint the user to choose a compatible file type.
-
Updated
May 1, 2020 - PHP
-
Updated
Dec 31, 2018 - PHP
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Mar 26, 2018
-
Updated
Oct 2, 2019 - PHP
-
Updated
Oct 2, 2019 - PHP
Is there an easy way to add a custom field to an order like a note from the buyer to the seller? That would be a great functionality... E.g. where personal details like name and address are filled in to show on possible fields. Did not find a solution in docs so before enhancing the templates want to ask if there is sth integrated already
-
Updated
Jan 16, 2020 - Vue
-
Updated
Jan 12, 2019 - PHP
-
Updated
Jan 29, 2019 - PHP
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Sep 6, 2018 - JavaScript
readme.md instructs to go to site/plugins and then use git clone. This results in module being cloned into /site/plugins/site/plugins .
-
Updated
Sep 5, 2018 - PHP
As in the Kirby structure field, the dynamic width feature would be very useful.
https://getkirby.com/docs/reference/panel/fields/structure#table-columns
columns:
title:
width: 3/5
images:
width: 1/5
price:
width: 1/10
-
Updated
Feb 6, 2019 - JavaScript
-
Updated
Jun 15, 2020 - Vue
-
Updated
Apr 2, 2020 - PHP
-
Updated
Jan 15, 2020 - PHP
-
Updated
Apr 10, 2020 - Vue
Improve this page
Add a description, image, and links to the kirby topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kirby topic, visit your repo's landing page and select "manage topics."
Describe the bug
$field->slug()(and its underlyingStr::slug()usage) doesn't take into account custom slug rules that may have been set up for a language.To Reproduce
Steps to reproduce the behavior:
$field->slug()on somethingExpected behavior
I would definitely