12 lines
331 B
JavaScript
12 lines
331 B
JavaScript
define([], function() {
|
|
return {
|
|
"PropertyPaneDescription": "Description",
|
|
"BasicGroupName": "Group Name",
|
|
"SiteURLFieldLabel": "Relative Site URL",
|
|
"ListNameFieldLabel": "Relative Site URL",
|
|
"AddQuestion": "New Question",
|
|
"Posted": "posted",
|
|
"Title": "Title",
|
|
"Description": "Description"
|
|
}
|
|
}); |