File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "title" : " Style variation name" ,
3+ "description" : " Style variation description" ,
34 "settings" : {
45 "typography" : {
56 "fontSizes" : [
Original file line number Diff line number Diff line change @@ -3658,6 +3658,7 @@ Feature: Generate a POT file of a WordPress project
36583658 {
36593659 "version": "1",
36603660 "title": "My style variation",
3661+ "description": "My style variation description",
36613662 "settings": {
36623663 "color": {
36633664 "duotone": [
@@ -3716,6 +3717,11 @@ Feature: Generate a POT file of a WordPress project
37163717 msgctxt "Style variation name"
37173718 msgid "My style variation"
37183719 """
3720+ And the foo-theme/foo-theme.pot file should contain:
3721+ """
3722+ msgctxt "Style variation description"
3723+ msgid "My style variation description"
3724+ """
37193725
37203726 Scenario : Extract strings from the blocks section of theme.json files
37213727 Given an empty foo-theme directory
You can’t perform that action at this time.
0 commit comments