Remove submodule ui_suite_bootstrap_demo_tools

Created on 28 January 2024, 7 months ago

Problem/Motivation

.
├── Block
│   ├── HorizontalRuleBlock.php >> To avoid content entity in config
│   ├── SystemBrandingBlock.php
│   ├── SystemBreadcrumbBlock.php  >> Unnecessary because, we are "links" in setting type now
│   └── SystemMenuBlock.php  >> Unnecessary because we are "links" in setting type now
├── Field
│   └── FieldFormatter
│       ├── IntegerFormatter.php >> Replaced by 
            
              number_formatter
             ?
│       ├── NumericFormatterBase.php  >> Replaced by 
            
              number_formatter
            ?
│       ├── PatternWrapperStringFormatter.php >> Replaced by 
            
              ui_patterns_field_formatters
            
│       ├── StringFormatter.php >> Customize HTML from 
            
              advanced_text_formatter
            
│       └── TextFormatter.php >> Customize HTML from core String Formatter
├── HelpersSettingsTrait.php
├── Layout
│   └── InlineLayout.php >> Have a layout without a wrapper inside 
└── UiPatterns
    └── Source
        ├── BrandingSource.php
        ├── BreadcrumbSource.php  >> unnecessary because, we are "links" in setting type now
        └── MenuSource.php >> unnecessary because, we are "links" in setting type now
📌 Task
Status

Active

Version

5.0

Component

Code

Created by

🇫🇷France liber_t Lille

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024