With !MR84 you can optional restrict your styles by adding a scopes
key to a style.
Allowed values are:
- section
- block (@todo)
- block:block
- block:title
- block:content
- view(@todo)
- view:exposed_form
- view:style
- view:pager
Thanks!
MR !4 worked for me! Thanks
tomsaw β changed the visibility of the branch 3375192-support-reverse-geocoding-for-basefields to active.
tomsaw β changed the visibility of the branch 3375192-support-reverse-geocoding-for-basefields to hidden.
tomsaw β changed the visibility of the branch 3375192-support-reverse-geocoding-for-basefields to active.
tomsaw β changed the visibility of the branch 3375192-support-reverse-geocoding-for-basefields to hidden.
tomsaw β changed the visibility of the branch 3375192-support-reverse-geocoding-for-basefields to hidden.
tomsaw β changed the visibility of the branch 3375192-support-reverse-geocoding-for-basefields to hidden.
tomsaw β changed the visibility of the branch 3375192-4.x to hidden.
tomsaw β changed the visibility of the branch 3375192-4.x to active.
tomsaw β created an issue.
MR !20 worked for me.
drupal/mail_login with drupal/tfa works in my D10 again.
Hey @bunthorne, appologizes for taking this up so late
I've tried finding the responsible css following your problem description.
Please provide more information, f.e. can you determine the exact css selector using the browsers developer tools!?
tomsaw β created an issue.
Works! Thank you Marcus :)
MR !430 is a quick working implementation.
The promt textfield is used as the plain text field, with support for tokens.
Using this automator simple renders the prompt to the output without any AI calls.
Remaining work:
1. Replace the prompt textfield with a CKEditor for convenience
2. Hide the "AI Provider" settings, since there's no AI in the loop.
tomsaw β created an issue.
Yes, same here. Confused of the "Azure Endpoint" label and image classification explorer doesn't work.
I've followed the video: https://www.youtube.com/watch?v=fnL1J6lm9a0&t=351s
All fine, until you hit the Button in the Api Exporer -> Dead end
The Ai Logs unveil, no query to huggingface ever happened.
Oops... i see this is already fixed. excuse the noize, sir!
tomsaw β created an issue.
tomsaw β created an issue.
Using ui_skins, the max-width for the main container becomes a variable in the backend. Let me just implement this first
I want to set on ui_skins to realise the request.
ui_skins implements style variations using "scopes", a very elegant solution!
tomsaw β created an issue.
Oops my fault.
Moved to @dev, applied MR! 417 -> works.
I feel happyness, like a squirrel that found a batch of walnuts in the winter!
MR !141 does not apply as patch :(
drupal/core: 10.4.1
drupal/ai: 1.0.2
Easy thing. Thanks for this beautiful simple and flexible icon module!
I just stumpled over this and already have a working solution (as a starting point).
Gimme a moment to put this into an MR ....
Please replace @media
queries with grid auto-fill
for better responsiveness.
tomsaw β created an issue. See original summary β .
I also had errors using layout_builder_st with
ui_patterns 2.0.x β
due to empty $contexts['layout_builder.entity']
.
#4 fixed it.
Thank you too!
Great solution with the reorder.
It works perfectly now with simplenews π₯³!
Sounds great!
Does your MR already work for simplenews preferred language?
Ok, EntityReference fields are now supported as well as Views.
Have fun!
With the time i want to add more implementations as known from other Drupal Slider Modules.
My current task is a Plugin for Views but i will also keep an Entity Reference FieldFormatter - in sight.
Using #100 with drupal 10.3.2 and ctools 4.1.0 with great success!
The issue Title "How to manually pass an argument to a views block through interface" was confusing to me and took me a while, to find this and to also understand, that it is the robust solution i was searching for.
Maybe: "Allow manual passing of arguments to Views Block from Block Display configuration"
Ok forget about the patches... I just remembered how easy a MR for Drupal is created these days.
Oops... now patch applies cleanly.
tomsaw β created an issue.
Nice patch! #47 worked over here.
Thanks community βΊοΈ
MR !4841 does not apply cleanly in Drupal 10.2.2
Various use
statements are missing in datetime_range.module
.
Once these are copy&paste from unpatched file, this patch works great!
Thank you β₯
Yes this MR is very simple.
My key intent was a redundant 'return' cause it resulted in a warning in VSCode.
Sry for not having reacted on #6 :/
MR 49 works π₯³
Because of #11: I'm not using section_library β so there must be another module in my setup changing the array index from key to numeric.
My other layout_builder modules:
- drupal/layout_builder_operation_link
- drupal/layout_builder_restrictions
- drupal/layout_builder_st
- drupal/layout_disable
- drupal/layout_library
- drupal/lb_direct_add
TomSaw β created an issue. See original summary β .
Same bug here using D10.2
In the meanwhile you can use drush drush create:field
to create a state field.
In order to reconstruct the issue: "jQuery Accordion" is drupal/jquery_ui_accordion β ?
Thanks for reporting @bunthorne!
I've changed the color suspression code to not remove the form-elements but gray them out instead
-> Olivero still finds it's settings and is happy. Also i think thats better UX.
TomSaw β created an issue.
Im using latest gin (3.0.0-rc8) but looks like the issue is not solved in there!
The dropdown is hidden as described in the issue description.
overflow: auto
is present:
.gin-table-scroll-wrapper {
overflow: auto;
...
}
Please reopen this issue!
Same here. Thanks for the workaround @Hydra! Saved my evening.
Already D10 compatible
Ok found something mad:
This nested loop always ends in continue because $layout_index
is a string in most if not all cases!
public static function preRender(array $element): array {
$styles_manager = \Drupal::service('plugin.manager.ui_styles');
/** @var \Drupal\layout_builder\SectionStorageInterface $section_storage */
$section_storage = $element['#section_storage'];
$delta = 0;
$max = \count($section_storage->getSections());
foreach (Element::children($element['layout_builder']) as $index) {
foreach (Element::children($element['layout_builder'][$index]) as $layout_index) {
if ($delta >= $max) {
break 2;
}
if (!\is_numeric($layout_index)) {
continue;
}
...
Can i leave this to you since you're very much into it!
Im running Drupal 10.1.7 and also tried the latest dev of ui_styles.
But the bug resists! Setting ui_styles back to 1.6.0 all works fine.
Actually the release 1.7.0. intended to solve a bug, created it on my end. Very interessting.
Gonna investigate the code...
TomSaw β created an issue.
MR no prob π
The translation concept is worth being explained in the Interface above preRender
declaration I would say!
TomSaw β changed the visibility of the branch 3375192-4.x to hidden.
TomSaw β changed the visibility of the branch 3375192-4.x to active.
TomSaw β changed the visibility of the branch 3375192-4.x to hidden.
TomSaw β changed the visibility of the branch 3375192- to hidden.
Hi bunthorne,
Checking Olivero issues i found [
#3188136
π
The site slogan doesn't show with Olivero
Needs work
] which fits exactly your description.
Nice and clean