Skip to content

Commit 815d759

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Remove merge conflict header Correct annotation for ULID type Reword the introduction about using Bootstrap and Encore
2 parents 8250dc7 + 335836e commit 815d759

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

components/uid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ entity primary keys::
287287
{
288288
/**
289289
* @ORM\Id
290-
* @ORM\Column(type="uuid", unique=true)
290+
* @ORM\Column(type="ulid", unique=true)
291291
* @ORM\GeneratedValue(strategy="CUSTOM")
292292
* @ORM\CustomIdGenerator(class=UlidGenerator::class)
293293
*/

frontend/encore/bootstrap.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Using Bootstrap CSS & JS
22
========================
33

4-
Want to use Bootstrap (or something similar) in your project? No problem!
5-
First, install it. To be able to customize things further, we'll install
6-
``bootstrap``:
4+
This article explains how to install and integrate the `Bootstrap CSS framework`_
5+
in your Symfony application using :doc:`Webpack Encore </frontend>`.
6+
First, to be able to customize things further, we'll install ``bootstrap``:
77

88
.. code-block:: terminal
99
@@ -79,3 +79,5 @@ and CSS like normal:
7979
// require 2 CSS files needed
8080
require('bootstrap-star-rating/css/star-rating.css');
8181
require('bootstrap-star-rating/themes/krajee-svg/theme.css');
82+
83+
.. _`Bootstrap CSS framework`: https://getbootstrap.com/

0 commit comments

Comments
 (0)