-
I am aware of the possibility of using the i18n module in Apostrophe and the possibility of manually translating UI labels to another language, but I think Apostrophe should aim to somehow load defaul…
-
Clients occasionally pop in with [GDPR](https://www.eugdpr.org/) related questions about Apostrophe. I thought one brief and directed page could answer this and show proactivity from Apos on the issue…
-
## 概要
#5 で元々、[Random word API](https://random-word-api.herokuapp.com/home) を使っていたが、途中でエラーが返るようになってしまった。
一時的な不具合なのかクローズされるのかわからず、別 API を使用することを検討したい。
## 完了条件
- ランダム英単語取得 API を別 API に移行しても、ゲームのロジッ…
-
Every time I click "Edit" on a page item, a javascript error occurs. Node.js and Apostrophe are up to date. My module:
index.js
```js
module.exports = {
extend: 'apostrophe-widgets',
label: '…
-
Following up on the work in #206, I noticed recently that if you enable the `deleteFromTrash` option in apostrophe-pages and subsequently delete a draft page, the live document is left unaffected. I'm…
-
The method findModuleMiddlewareAndRoutes in modules/@apostrophecsm/express/index.js incorrectly handles the "before" property of middleware, where the "before middleware" also has a "before" property.…
-
Passing properties into individual widgets within the `widgets` object during `self.load` doesn't put those in the `data.widget` accessible in the template as with other apostrophe-widgets extenders. …
-
Running ^4.5.4 version of Apostrophe
## To Reproduce
Step by step instructions to reproduce the behavior:
- For any given widget whose type is area.
- Case1: set the expanded: true and max: …
-
By default forever logs do not include a timestamp for entries (forever@0.8.5, node v0.6.15) . Is there any configuration option to prepend log entries with a timestamp/datetime? If not, is it possibl…
-
Hey there,
I'm experiencing issues regarding storing images within an array of a piece. The special use case is that the piece itself is excluded from translations, but I guess that the apostrophe-…