-
Notifications
You must be signed in to change notification settings - Fork 0
First PR of domain module compatibility #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… out of handling.
… use that to save the CSS. Deletion of obsolete files does not seem to be happening.
ctgraham
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some early changes and questions.
…e with Drupal standards. A bug preventing deletion of old files is also resolved.
| \Drupal::service('file_system')->chmod($file); | ||
| } | ||
| // delete obsolete file | ||
| if ($oldPath!=$file) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will get flagged by the linter for no spaces between the two sides of the inequality check.
| '#default_value' => $config->get('custom_filename'), | ||
| '#size' => 60, | ||
| '#maxlength' => 128, | ||
| '#pattern' => '[A-Za-z0-9\-_]+', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to consider non-English characters here.
No description provided.