Replies: 5 comments 9 replies
-
It’s a module, so you should activate it by its full name in app.js. You
left off -widget. Hope this is helpful
|
Beta Was this translation helpful? Give feedback.
-
The module @apostrophecms/three-column-widget does not extend anything. A -widget module usually extends @apostrophecms/widget-type or another widget type. |
Beta Was this translation helpful? Give feedback.
-
Hi @staminna, I am not finding this typo in our a3-docs repo (the docs site), or other modules. Would you please clarify where you found it? A widget type module that doesn't extend another widget type would always extend |
Beta Was this translation helpful? Give feedback.
-
require('apostrophe')({ (node:14528) DeprecationWarning: isConnected is deprecated and will be removed in the next major version |
Beta Was this translation helpful? Give feedback.
-
Here is my full app.js file:
TypeError: Cannot set properties of undefined (setting 'name') |
Beta Was this translation helpful? Give feedback.
-
I followed the documentation online for the 2 column layout, but when I try to run, I get the following error:
Here is the source I used:
I did everything until the step "Client-side JavaScript for widgets"
I think the issue is in app.js, which I have "empty" because I don't know what to do: Here is the relevant part:
...
I couldn't find any information with google and I also believe this will help others how to achieve this�.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions