added option to control the default TinyMCE urls convert behavior

This commit is contained in:
Gani Georgiev
2023-08-22 14:28:25 +03:00
parent 9c0d952543
commit 2863763a27
39 changed files with 248 additions and 206 deletions
+13
View File
@@ -83,6 +83,19 @@
border-bottom-right-radius: var(--baseRadius);
}
.schema-field-options-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
min-width: 0;
gap: var(--baseSpacing);
.form-field {
margin: 0;
width: auto;
}
}
.schema-field {
@extend %block;
position: relative;