You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: If the priority on enabling the onPluginsInitialized is changed from 0 to 100, then this will affect which plugin over-rides which. I'm not sure which plugin comes first when both are on the same priority. But after editing var-dumper I had to increase its priority to 100, and then found that its items.html.twig was not being used.
The text was updated successfully, but these errors were encountered:
Data-Manager is a great plugin for developing.!!! But it fails if used too often.
Briefly my problem
type
list, called herevar-dumper
, the other customises thetype
details, calledcontent-edit
.var-dumper
, which customisestype
list, the customisedtype
detail for the other plugin disappears.types
(using the terminology of DataManager) are involved.In more detail
var-dumper
is not enabled, then the file in thedata/content-edit
directory is rendered as customised.var-dumper
is enabled, the same file is rendered by data-manager as if it is a non-customised*.yaml
file.Unless I have missed something, it seems there maybe a bug in data-manager when multiple non-standard datatypes are defined.
data-man-test.zip
Update: If the priority on enabling the
onPluginsInitialized
is changed from 0 to 100, then this will affect which plugin over-rides which. I'm not sure which plugin comes first when both are on the same priority. But after editingvar-dumper
I had to increase its priority to 100, and then found that its items.html.twig was not being used.The text was updated successfully, but these errors were encountered: