Panels in 7.x had a page wizard that allowed for simplified landing pages. I'm not sure how much this is used, but we should discuss if this should be ported, if so, should it be in panels or elsewhere ... if it shouldn't, then delete the code.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

japerry created an issue. See original summary.

juampynr’s picture

There is a Wizard API in CTools. Here is an issue where it is being implemented by Page Manager: #2550879: Use CTools Wizard API to add/edit Pages (and move plugin UI using PluginWizardInterface).

yanniboi’s picture

Status: Active » Needs work
FileSize
2.57 KB

I have started fixing Panels tests for the work that @juampynr has been doing on the page manager wizard.

2 tests are effected:

  • \Drupal\panels\Tests\PageManagerPanelsStorageIntegrationTest
  • \Drupal\panels\Tests\PanelsTest

The attached patch fixes PageManagerPanelsStorageIntegrationTest and makes a start on PanelsTest. PanelsTest fails from line 67 onwards because there is not yet a UI for editing 'PanelsDisplayVariant' variant plugins.

DamienMcKenna’s picture

Version: 8.x-3.x-dev » 8.x-4.x-dev