Skip to content

Commit

Permalink
add metadata for branch locator
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav sasulkar committed Oct 3, 2024
1 parent 5112680 commit 80318ac
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
9 changes: 9 additions & 0 deletions blocks/branchlocator/branchlocator.css
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,13 @@
line-height: 22px;
padding: 3px 0;
}

.section.branchlocator-dropdown .container .dropdown-wrapper .dropdown .dropdown-selectvalue {
padding: 8px 18px 8px 10px;
}

.section.branchlocator-dropdown .container .dropdown-wrapper .dropdown .dropdown-selectvalue::after {
top: 13px;
right: 10px;
}
}
22 changes: 21 additions & 1 deletion component-models.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
[
{
"id": "page-metadata",
"fields": [
{
"component": "text",
"name": "title",
"label": "Title"
},
{
"component": "text",
"name": "description",
"label": "Description"
},
{
"component": "text",
"name": "theme",
"label": "Theme"
}
]
},
{
"id": "title",
"fields": [
Expand Down Expand Up @@ -2727,4 +2747,4 @@
}
]
}
]
]

0 comments on commit 80318ac

Please sign in to comment.