Skip to content

Commit 4720790

Browse files
Adjusted twig path after field types name change (#188)
1 parent 1538eba commit 4720790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ibexa/test-fixtures/5.0/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"config/headless.yaml": "%CONFIG_DIR%/packages/test_fixtures/headless.yaml",
88
"config/experience.yaml": "%CONFIG_DIR%/packages/test_fixtures/experience.yaml",
99
"config/commerce.yaml": "%CONFIG_DIR%/packages/test_fixtures/commerce.yaml",
10-
"src/bundle/Resources/templates/acronym.html.twig": "templates/themes/standard/field_type/ezrichtext/custom_tags/acronym.html.twig",
11-
"src/bundle/Resources/templates/highlighted_word.html.twig": "templates/themes/standard/field_type/ezrichtext/custom_styles/highlighted_word.html.twig",
12-
"src/bundle/Resources/templates/highlighted_block.html.twig": "templates/themes/standard/field_type/ezrichtext/custom_styles/highlighted_block.html.twig",
10+
"src/bundle/Resources/templates/acronym.html.twig": "templates/themes/standard/field_type/ibexa_richtext/custom_tags/acronym.html.twig",
11+
"src/bundle/Resources/templates/highlighted_word.html.twig": "templates/themes/standard/field_type/ibexa_richtext/custom_styles/highlighted_word.html.twig",
12+
"src/bundle/Resources/templates/highlighted_block.html.twig": "templates/themes/standard/field_type/ibexa_richtext/custom_styles/highlighted_block.html.twig",
1313
"src/bundle/Resources/translations/custom_tags.en.yaml": "translations/custom_tags.en.yaml",
1414
"src/bundle/Resources/translations/custom_styles.en.yaml": "translations/custom_styles.en.yaml",
1515
"src/bundle/Resources/translations/online_editor.en.yaml": "translations/online_editor.en.yaml"

0 commit comments

Comments
 (0)