final small fixes

pull/1809/head
meisnate12 4 months ago
parent 2fd6715f37
commit cc240933b5

@ -436,7 +436,7 @@ With the release of PMM 1.20, several changes have taken place that we would lik
<div id="overlay-library-attributes" />
The attributes `remove_overlays`, `reset_overlays`, `reapply_overlays` and `schedule_overlays` are now Library Attributes and are called at the library level rather than within `overlay_path.
The attributes `remove_overlays`, `reset_overlays`, `reapply_overlays` and `schedule_overlays` are now Library Attributes and are called at the library level rather than within `overlay_path`.
This change has been made to make these attributes consistent with other attributes of a similar nature.

@ -63,10 +63,6 @@ strong {
text-transform: uppercase;
}
.md-typeset code {
word-break: unset;
}
[data-md-color-scheme="slate"] .md-typeset code {
background-color: hsl(225deg 8.87% 10.98%);
}

@ -743,7 +743,7 @@ class CollectionBuilder:
logger.debug(f"Value: {data[methods['blank_collection']]}")
self.blank_collection = util.parse(self.Type, "blank_collection", self.data, datatype="bool", methods=methods, default=False)
self.sync = self.library.sync_mode == "sync"
self.sync = self.library.sync_mode == "sync" and self.type != "overlay"
if "sync_mode" in methods and not self.overlay:
logger.debug("")
logger.debug("Validating Method: sync_mode")

Loading…
Cancel
Save