-
It looks like set_*_resources expects each resource as a new positional argument. To fix, change all the .resources.default_resources to sequences and use \* as below.
http://deform.readthedocs.org/e…
-
Hi all. I would like to know how much widgets are needed in Astroid?
In my opinion, they only make the framework heavier, complicate the code and increase the site load. Most of the features that wid…
-
The Audit 1.1.2 module layout uses:
```
use yii\widgets\Breadcrumbs;
```
When bootstrap 4 is in use, the (compatible) breadcrumbs widget should come from:
```
use yii\bootstrap4\Breadcrumbs;
``…
-
Setup a using SingleSite licence.
Create a page based on Bootstrap and DnD Image widget
Edit the widget
The following exception appears in the console:
GET http://localhost:18904/single/Sitefinity/Se…
-
Problem. I have a table with different column widths, I set the widths as percentages in the tags. if I don't use the uitheme then it works fine. If I do use the uithem (in this case bootstrap_3) the…
-
I tried to run the generated web component and get following error in the console log twice:
news-widget.js:5 ERROR Error: The selector "app-root" did not match any elements
at Hc.selectRootEl…
-
Hi,
I just followed the basic example, but added some bootstrap (please igone the php in my template):
```
…
-
One can set the environment from VSCode to:
```json
"env": {
"NODE_ENV": "development",
"THEIA_SHELL": "C:\\Program Files\\Git\\bin\\bash.exe"
},
```
Then the layout restorer fails wh…
-
When trying to use php 8, I get the following error. The backend appears to work, for what I use it does. The front end if completely broke.
Fatal error: Uncaught Error: Object of class WidgetC…
-
I have a issue with the use of the widget bootstrap modal window
When I call Ajax and get html code, the map is drawn wrong
I found a solution by making the setTimeout in my widget myMap extends Map
…