feat: Creates component to show articles search results [CW-1451] (#7126)

* feat: Creates component to show articles search results

* Adds story for the component
This commit is contained in:
Nithin David Thomas
2023-05-22 15:15:19 +05:30
committed by GitHub
parent 590e4e9c1c
commit d01f2063d0
4 changed files with 198 additions and 0 deletions

View File

@@ -74,6 +74,14 @@
"DELETE": "Delete article"
}
},
"ARTICLE_SEARCH_RESULT": {
"UNCATEGORIZED": "Uncategorized",
"INSERT_ARTICLE": "Insert",
"NO_RESULT": "No articles found",
"COPY_LINK": "Copy article link to clipboard",
"OPEN_LINK": "Open article in new tab",
"PREVIEW_LINK": "Preview article"
},
"PORTAL": {
"HEADER": "Portals",
"DEFAULT": "Default",