Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var apos = openstadCms.site({
modules: {
'@savvycodes/openstad-event-planner-widgets': {},
'@savvycodes/openstad-event-browser-widgets': {},
'@savvycodes/openstad-event-favorites-widgets': {},
'apostrophe-forms': {
// Best practice: set to first or last so that inputs are nested in labels
// and easier to style
Expand Down
56 changes: 55 additions & 1 deletion locales/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,5 +664,59 @@
"The readable label displayed to users.": "The readable label displayed to users.",
"Option Value": "Option Value",
"The value saved (as text) in the database. If not entered, the label will be used.": "The value saved (as text) in the database. If not entered, the label will be used.",
"Edit Select Input": "Edit Select Input"
"Edit Select Input": "Edit Select Input",
"Open in new tab": "Open in new tab",
"Display depending on user logged in status?": "Display depending on user logged in status?",
"Always display": "Always display",
"Display when logged in": "Display when logged in",
"Display when not logged in": "Display when not logged in",
"Save Info bar": "Save Info bar",
"Message": "Message",
"The message that will be shown in the info bar.": "The message that will be shown in the info bar.",
"Removable": "Removable",
"Show a close-button?": "Show a close-button?",
"Styles": "Styles",
"Edit Info bar": "Edit Info bar",
"The page has been created and saved.": "The page has been created and saved.",
"Save Resource representation": "Save Resource representation",
"Representation": "Representation",
"Idea Page (only for idea resource)": "Idea Page (only for idea resource)",
"Description": "Description",
"Summary": "Summary",
"Standard Information overview (title, category, date, summary, description)": "Standard Information overview (title, category, date, summary, description)",
"Website & address info": "Website & address info",
"Help needed": "Help needed",
"User activity": "User activity",
"User active sites": "User active sites",
"Display share buttons?": "Display share buttons?",
"Display ranking?": "Display ranking?",
"Url for the idea page": "Url for the idea page",
"Select which share buttons you want to display (if left empty all social buttons will be shown)": "Select which share buttons you want to display (if left empty all social buttons will be shown)",
"Facebook": "Facebook",
"Twitter": "Twitter",
"E-mail": "E-mail",
"Whatsapp": "Whatsapp",
"Labelfor time status: : ACCEPTED": "Labelfor time status: : ACCEPTED",
"Labelfor time status: : DENIED": "Labelfor time status: : DENIED",
"Labelfor time status: : OPEN": "Labelfor time status: : OPEN",
"Labelfor time status: : CLOSED": "Labelfor time status: : CLOSED",
"Labelfor time status: : BUSY": "Labelfor time status: : BUSY",
"Labelfor time status: : DONE": "Labelfor time status: : DONE",
"Save Recource image": "Save Recource image",
"Fall back to map image if no image available?": "Fall back to map image if no image available?",
"Image Height (used for resizing dynamic image and map, not default, for performance reasons)": "Image Height (used for resizing dynamic image and map, not default, for performance reasons)",
"Image Width (used for resizing dynamic image and map, not default, for performance reasons)": "Image Width (used for resizing dynamic image and map, not default, for performance reasons)",
"Save Recource admin buttons": "Save Recource admin buttons",
"Hide admin after first public action? (not yet connected to the API)": "Hide admin after first public action? (not yet connected to the API)",
"Show edit button?": "Show edit button?",
"Hide vote overview?": "Hide vote overview?",
"The vote overview is shown in a popup with a simple table overview after clicking the Vote overview button, this works well until a few thousands votes are present. In that case page load will be slow. Therefore it's possible to hide it. If the votes still needs to be edited this can be done under /admin": "The vote overview is shown in a popup with a simple table overview after clicking the Vote overview button, this works well until a few thousands votes are present. In that case page load will be slow. Therefore it's possible to hide it. If the votes still needs to be edited this can be done under /admin",
"Show delete button?": "Show delete button?",
"Where to redirect to after delete?": "Where to redirect to after delete?",
"Evenementen favorieten": "Evenementen favorieten",
"Save Evenementen favorieten": "Save Evenementen favorieten",
"Widget": "Widget",
"URL to page of events (a page with the eventbrowser widget)": "URL to page of events (a page with the eventbrowser widget)",
"This is needed to navigate to the events from your profile page.": "This is needed to navigate to the events from your profile page.",
"Edit Evenementen favorieten": "Edit Evenementen favorieten"
}
1 change: 1 addition & 0 deletions modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports.default = {
modules: {
'@savvycodes/openstad-event-planner-widgets': {},
'@savvycodes/openstad-event-browser-widgets': {},
'@savvycodes/openstad-event-favorites-widgets': {},
'apostrophe-forms': {
// Best practice: set to first or last so that inputs are nested in labels
// and easier to style
Expand Down
216 changes: 75 additions & 141 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"homepage": "https://github.com/Amsterdam/openstad-frontend#readme",
"dependencies": {
"@openstad/cms": "file:packages/cms",
"@savvycodes/openstad-event-browser-widgets": "0.0.4-alpha.40",
"@savvycodes/openstad-event-planner-widgets": "0.0.4-alpha.40",
"@savvycodes/openstad-event-browser-widgets": "0.0.4-alpha.46",
"@savvycodes/openstad-event-planner-widgets": "0.0.4-alpha.46",
"@savvycodes/openstad-event-favorites-widgets": "0.0.4-alpha.47",
"apostrophe": "2.113.0",
"apostrophe-area-structure": "^1.1.1",
"apostrophe-blog": "^2.1.2",
Expand Down
Loading