twig
Here are 1,119 public repositories matching this topic...
Ticket: #1434
There are some limitations when getting posts from other pages in a multisite network. Specifically, when you fetch posts from other blogs, you’ll have to prepare the data in advance.
The linked issue has a very good example for this, that I’ve run into myself, too. I think we should document that in a new Multisite Guide.
There’s also some functionality in the [`Timber
How to recreate
-
Preview a page that has content stored in contentblocks.
-
When previewing a page that has content stored in
contentblocks, the contentblocks do not show.
Expected behaviour
The contentblocks showing exactly as they do on the saved webpage
Error
With strict_variables: true, the error that is given is
Key "block" for array with keys "textsection" do
-
Updated
Jun 2, 2020 - PHP
NEW UI Locations
The Plugin page in the Store could use some layout adjustments. The Install buttons are often pushed down the page with long content above. This UI could be anchored up top. A common location for this UI would be helpful with muscle memory, always navigating to this ui's location.
Many of the informational pieces could be moved to the sidebar below the Documentation and R
-
Updated
May 31, 2020 - PHP
-
Updated
Jun 10, 2020 - PHP
On one hand, Github wikis are a great thing. But on the other hand, one of it's drawbacks is that only repo maintainers have update access to the wiki.
In open source, contributions should also work for documentation. As a result, my request would be that one of the maintainers migrate all the wiki content into the main repo, e.g. in a docs folder.
Once the documentation is there, contribu
Documentation
Hello @garak!
First of all thank you for taking care of this repository
We are trying to uniform documentation on our public repositories adding code of conducts and contributing guidelines (you can check Snappy repository as an example CODE_OF_CONDUCT.md and [CONTRIBUTING.md](https://github.com/KnpLabs/s
Is your feature request related to a problem? Please describe.
When Kimai is open in a tab in Firefox, it will light up again and again (every minute!) to notify the user. The change that happens appears to be the updated time in title only (which actally arouses only little or no interest).
Describe the solution you'd like
An option to disable this title updates by user. So those w
Description
We would like to port our shopware 5 app to shopware 6. The challenge we are facing is customizing the admin setting area for our plugins. We would like to register webhooks
Example
A good example is the SwagPayPal bundle that has a custom admin settings page. Can we have a generic tutorial/documentation that explains what is going on?
This plugin is confused because .lando.yml files may contain a top-level key services:. It says "Missing argument", when in fact all is fine.
These files are not meant for Symfony at all. For example, in the Drupal 8 ecosystem, both Lando and Symfony can coexist without any problems.
For documentation, see https://docs.devwithlando.io.
I add just one line to get this tutorial working in the single.php file.
This is the tutorial part:
{% extends "single.twig" %}
{% block headline %}
<h1><img src="/wp-content/uploads/2014/05/jareds-face.jpg" alt="Jared’s Mug"/></h1>
{% endblock %}That the line i need to add in the single.php file:
概要(Overview)
さくらレンタルサーバー向けに、回避用の記述を.htaccessにコメントとして記載していた。
さくらレンタルサーバーのFreeBSDのアップデートに伴い、不要になったので削除する。
(削除するだけで良い)
該当箇所
https://github.com/EC-CUBE/ec-cube/blob/4.0/.htaccess#L39
関連情報 (Ref)
Issue
The pattern at this URL:
https://a11y-style-guide.com/style-guide/section-navigation.html#kssref-navigation-navigation-dropdown
- Puts the
menuitemrole on the<li>, - Leaves the
<a>with its native role, - As a result of the previous two items, breaks from the APG ARIA menu pattern,
Is your feature request related to a problem? Please describe.
We need a clear design guide how to properly generate an own theme.
Also only ONE place to save would be nice.
As stated in:
https://support.chamilo.org/projects/chamilo-18/wiki/Design_conventions
CSS files¶
CSS files MUST be placed in their own folder in app/Resources/public/css/themes/{theme}/ and MUST be named by l
-
Updated
May 25, 2020 - PHP
Hello MtHaml maintainers,
This library does require libpcre3 to be installed on the system.
This should be documented somewhere in this repository (ie. the README).
I had the issue, that the libpcre3 version on my container was 2:8.35-3.3+deb8u4, which crashed as soon as i used MtHaml to render .haml files.
I am aware, that this is not a problem of MtHaml itself, although lacking documenta
Followed the steps from the tutorial on https://docs.flextype.org/en/cookbook/tutorials/blog.
Assuming that a 'blog' is a main page / folder containing multiple subpages listed on with pagination.
I want multiple 'blog' , so multiple main page / folder listing all the subpages / folder/entries each one contains.
Structure example where e
-
Updated
May 21, 2020 - PHP
-
Updated
Apr 1, 2019 - HTML
We should use the string component of Symfony 5 to make string operations both more readable and more solid (less prone to errors).
https://symfony.com/blog/new-in-symfony-5-0-string-component
https://symfony.com/doc/current/components/string.html
We should wait until Symfony 5.1 is available though so that we can rely on the API.
-
Updated
Dec 16, 2019 - PHP
Improve this page
Add a description, image, and links to the twig topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the twig topic, visit your repo's landing page and select "manage topics."
Reading this ( https://learn.getgrav.org/16/advanced/performance-and-caching#grav-core-caching ), I was under the impression that the
hashmethod would actually hash the files (in a fast not-so-secure way as it is not the point.)I guess that the idea is to not load the file from disk, making it faster. Here comes the issue: when deploying, you have to be careful or preserving file attributes