finishing up drag-n-drop code, use param for filename with site_file/text_editor

This commit is contained in:
Kyle Drake 2024-03-08 11:53:51 -06:00
parent 943271b509
commit f6af2cbbcf
7 changed files with 196 additions and 399 deletions

View file

@ -60,7 +60,7 @@ a{
@import 'project-Footer'; // Project Specific Footer Styling
.alert-error {
background-color:#F5BA00; color:#fff;
background-color:#f39c12; color:#fff;
}
.modal {
@ -89,4 +89,4 @@ a{
border: 0;
background: none;
padding: 0 23px 19px 0;
}
}