Jump to content

Recent changes

Track the most recent changes to the wiki on this page.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 11:21, 2 June 2026
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

30 May 2026

N    12:29  Drupal:CSS/Multi Column Page layout with margins for the component 3 changes history +5,876 [Mngr (3×)]
     
12:29 (cur | prev) +73 Mngr talk contribs
     
12:07 (cur | prev) +2,102 Mngr talk contribs
N    
11:58 (cur | prev) +3,701 Mngr talk contribs (Created page with "= Drupal Publication Components – Consistent Spacing Strategy = == Objective == When building publication pages composed of multiple reusable components such as: * Historical Cards * Text Boxes * Carousels * Maps * Future publication blocks a common problem quickly appears: <pre> Components touch each other. The layout feels crowded. Alignment becomes inconsistent. </pre> The objective is to establish a simple spacing rule that can be applied consistently across...")

29 May 2026

N    15:09  Drupal:CSS/Box-Shadow 4 changes history +7,322 [Mngr (4×)]
     
15:09 (cur | prev) +2,095 Mngr talk contribs
     
15:06 (cur | prev) +2,593 Mngr talk contribs
     
15:04 (cur | prev) +48 Mngr talk contribs
N    
14:53 (cur | prev) +2,586 Mngr talk contribs (Created page with "= CSS box-shadow: Parameter Reference = This document explains the parameters of the CSS ''box-shadow'' property, using a practical example relevant for Bootstrap containers. == Example == <syntaxhighlight lang="css"> box-shadow: 3px 3px 8px rgba(0,0,0,0.15); </syntaxhighlight> == Parameter Breakdown == ; '''1. Horizontal offset''' : The first value. Determines how far the shadow moves horizontally. : *Positive value*: shadow moves to the right. : *Negative value*: s...")
N    12:56  Drupal:CSS/Essential CSS and Bootstrap Concepts for Drupal Pages diffhist +4,744 Mngr talk contribs (Created page with "= Essential CSS and Bootstrap Concepts for Drupal Publication Pages = == Objective == The objective is not to become a CSS specialist. The objective is to understand the limited set of CSS and Bootstrap concepts required to: * Create attractive publication pages. * Understand Drupal themes and templates. * Modify existing components. * Build cards, carousels and detailed pages. * Troubleshoot layout issues. The best way to learn is: # Read the concept. # Create a...")
N    08:28  Drupal:Content/Pages/Detailed Page Layout - Builder and Paragraph compnents diffhist +5,165 Mngr talk contribs (Created page with "= Drupal 11 – Detailed Pages using Layout Builder and Paragraph Components = == Objective == The objective of this experiment was to investigate how detailed publication pages can be created in Drupal while maintaining: * A fixed page layout. * A simple editor workflow. * Maximum reuse of existing paragraph components. * A future path toward automatic publication from the data model. The initial question was whether Layout Builder and Paragraphs could be combined e...")

28 May 2026

N    16:49  Drupal:-BIN diffhist +35 Mngr talk contribs (Created page with "= Drupal BIN - pages to forget... =")

27 May 2026

N    17:40  Drupal:Cleanup/Detecting usage of paragraph type diffhist +2,532 Mngr talk contribs (Created page with "= Drupal Cleanup Technique: Detecting Usage of a Paragraph Type = == Purpose == Before deleting a Paragraph Type, verify whether instances of that paragraph type still exist in the database. This avoids: * deleting a paragraph type still in use * leaving orphaned content * accidental loss of content references == Basic Verification == Count the number of paragraph instances of a specific type. <syntaxhighlight lang="sql"> SELECT COUNT(*) FROM paragraphs_item_field...")
N    17:39  Drupal:Cleanup diffhist +41 Mngr talk contribs (Created page with "= Cleaning up the drupal infrastructure =")
N    09:42  Drupal:CSS/Architectural Layers - understanding where css fits diffhist +3,434 Mngr talk contribs (Created page with "= Drupal Architecture Layers – Practical Understanding = One important lesson learned during the Historical Card cleanup is that Drupal becomes much easier to understand when separating the system into distinct layers. Many frustrations encountered during the first months originated from mixing these layers together. == The Four Layers == <pre> Content Architecture ↓ (Views, Nodes, Paragraphs, Assets, Media) Mapping Layer ↓ (Twig templates) Reusable C...")
N    09:36  Drupal:CSS/CSS architecture notes diffhist +5,487 Mngr talk contribs (Created page with "= Drupal Theme CSS Architecture Notes = == Context == Current situation: <pre> mybarrio.info.yml ↓ loads libraries mybarrio.libraries.yml ↓ defines CSS and JS assets Twig templates ↓ can optionally attach additional libraries Browser ↓ receives HTML + CSS + JS </pre> ---- == 1. Current Theme Structure == === mybarrio.info.yml === Current configuration: <syntaxhighlight lang="yaml"> libraries: - mybarrio/mystyling - mybarrio/bootstra...")
N    09:35  Drupal:CSS diffhist +38 Mngr talk contribs (Created page with "= CSS section of the drupal content =")