Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save junaidpv/8995e943b88e6449e0a50f3794b59e45 to your computer and use it in GitHub Desktop.

Select an option

Save junaidpv/8995e943b88e6449e0a50f3794b59e45 to your computer and use it in GitHub Desktop.
Patch panopoly make file to apply patch on panopoly core
diff --git a/drupal-org.make b/drupal-org.make
index 2606965..7c28130 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -5,6 +5,9 @@ core = 7.x
projects[panopoly_core][version] = 1.40
projects[panopoly_core][subdir] = panopoly
+; Patch panopoly_core module to bring Media Browser popup on top of Page Manager
+; Add Content dialog.
+projects[panopoly_core][patch][] = "https://gist.githubusercontent.com/junaidpv/300c7d4db726a627339bcc067906bea2/raw/164b38ac2abbab079717b7a341a205934ba1a400/set-ui-dialog-top-to-pm-add-content-dialog.patch"
projects[panopoly_images][version] = 1.40
projects[panopoly_images][subdir] = panopoly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment