Skip to content

Commit

Permalink
cc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Dec 20, 2024
1 parent 1a2a835 commit 58e76cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions modules/stanford_news/stanford_news.module
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
use Drupal\views\ViewExecutable;
use Drupal\node\NodeInterface;
use Drupal\views\Plugin\views\cache\CachePluginBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\Element;
use Drupal\field\FieldConfigInterface;

/**
* Implements hook_theme().
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function stanford_profile_styles_library_info_alter(&$libraries, $extension) {
function stanford_profile_styles_field_widget_complete_paragraphs_form_alter(&$field_widget_complete_form, FormStateInterface $form_state, $context) {
$field_widget_complete_form['#attached']['library'][] = 'stanford_profile_styles/admin.field_widgets';
}

/**
* Implements hook_field_widget_complete_WIDGET_TYPE_form_alter().
*/
Expand Down

0 comments on commit 58e76cc

Please sign in to comment.