Skip to content

Commit

Permalink
Merge branch 'master' into edit-form
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored Jan 17, 2024
2 parents ed267dd + 07c82e1 commit 03c79b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To give an example, assume the following configuration:

```yaml
# config.yml
webfactory_shortcodes:
webfactory_shortcode:
shortcodes:
image: AppBundle\Controller\EmbeddedImageController::show
```
Expand Down Expand Up @@ -243,4 +243,4 @@ This bundle was started at webfactory GmbH, Bonn.
- <https://www.webfactory.de>
- <https://twitter.com/webfactory>

Copyright 2018-2022 webfactory GmbH, Bonn. Code released under [the MIT license](LICENSE).
Copyright 2018-2023 webfactory GmbH, Bonn. Code released under [the MIT license](LICENSE).
2 changes: 1 addition & 1 deletion src/Resources/views/Guide/list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% endblock %}

{% block content %}
<h1>List of shortcodes</h1>
<h1>List of Shortcodes</h1>

{% if shortcodeTags %}
<table>
Expand Down

0 comments on commit 03c79b0

Please sign in to comment.