-
Notifications
You must be signed in to change notification settings - Fork 6
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
EWPP-3658: Link list display plugin integration. #196
Conversation
6224ef0
to
d7f90f2
Compare
ce07df0
to
71447c6
Compare
f387ddc
to
52d2218
Compare
|
||
## How it works | ||
|
||
The module acts in two place. |
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.
places*
|
||
$display_plugin_options = $this->linkDisplayPluginManager->getPluginsAsOptions('dynamic', 'list_pages'); | ||
|
||
$form['display']['plugin'] = [ |
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.
Maybe would be better to have this new configuration options inside a fieldset so all display config options are inside the same set.
$page->selectFieldOption('Display', 'Titles with optional link'); | ||
$this->assertSession()->assertWaitOnAjaxRequest(); | ||
$this->assertSession()->pageTextNotContains('This plugin does not have any configuration options.'); | ||
// By default, the Link checkbox is checked,. |
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.
,.
modules/oe_list_pages_link_list_displays/src/ListDisplaySelectionBuilder.php
Outdated
Show resolved
Hide resolved
modules/oe_list_pages_link_list_displays/oe_list_pages_link_list_displays.module
Show resolved
Hide resolved
modules/oe_list_pages_link_list_displays/src/OeListPagesLinkListDisplaysServiceProvider.php
Outdated
Show resolved
Hide resolved
modules/oe_list_pages_link_list_displays/src/ListDisplaySelectionBuilder.php
Outdated
Show resolved
Hide resolved
modules/oe_list_pages_link_list_displays/src/ListDisplaySelectionBuilder.php
Outdated
Show resolved
Hide resolved
cf69530
to
d8058a4
Compare
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.
blind
No description provided.