Title: Insert Block Pattern Block
Author: Espen Munthe
Published: <strong>2021-يىلى 20-يانۋار</strong>
Last modified: 2021-يىلى 20-يانۋار

---

قىستۇرما ئىزدە

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/insert-block-pattern-block.svg)

# Insert Block Pattern Block

 يازغۇچى [Espen Munthe](https://profiles.wordpress.org/emunthe/)

[چۈشۈر](https://downloads.wordpress.org/plugin/insert-block-pattern-block.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/insert-block-pattern-block/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/insert-block-pattern-block/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/insert-block-pattern-block/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/insert-block-pattern-block/#developers)

 [قوللاش](https://wordpress.org/support/plugin/insert-block-pattern-block/)

## چۈشەندۈرۈش

This Block inserts any Block Pattern at any insert point (+), also from inside a
column block.

The block is replaced by the Block Pattern content. (The «Insert Block Pattern» 
Block is removed)

Theme Block Patterns are an excellent method for making well designed block content
available to editors and authors.

This Block is a provisional solution. It will be maintained until the Block Pattern
Library is extended.

#### Languages

 1. English
 2. Norwegian

## ئېكران كەسمىسى

[⌊Insert Block Pattern into page ( a paragraph )⌉⌊Insert Block Pattern into page(
a paragraph )⌉[

Insert Block Pattern into page ( a paragraph )

[⌊Insert Block Pattern into a Columns Block⌉⌊Insert Block Pattern into a Columns
Block⌉[

Insert Block Pattern into a Columns Block

## ئورنىتىش

#### Manual Installation

 1. Unpack the `insert-block-pattern-block.zip` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ›Plugins‹ menu in WordPress

#### NPM Installation

A minimal `package.json`, `webpack.config.js` is included.

    ```
    Note: copy this into a .babelrc file at plugins/insert-block-pattern-block/.babelrc
    {
      "presets": ["@babel/preset-env", "@babel/preset-react"],
      "plugins": [
        "@babel/plugin-syntax-dynamic-import",
        "@babel/plugin-proposal-class-properties"
      ]
    }
    ```

To install and build:

    ```
    plugins/insert-block-pattern-block/$ npm i
    plugins/insert-block-pattern-block/$ npm run build
    ```

#### Creating language files

 1. Create .mo and .po files from the languages/ibpb.pot file for your language.
 2. Check that textdomain in front of mo and po. The files need to be of the form: ›
    ibpb-<LOCALE>.mo‹. eg. ibpb-nb_NO.mo, ibpb-nb_NO.po
 3. Use WP-Cli at `plugins/ipbp/`
 4. $ wp i18n make-json languages/ibpb-<LOCALE>.po –no-purge

This produces a 2 json file with a hash strings.

It does not currently work directly by adding these 2 files – they must be combined
into a new json file:

Copy one of the 2 generated files to:

    ```
    ibpb-<LOCALE\>-ibpb_blocks_registration.json
    ```

Combine the messages into one file

    ```
    "locale_data": { "messages": { <MESSAGES HERE> }}
    ```

Rename the source line to:

    ```
    "source": "ibpb_blocks_registration.js",
    ```

This should end up with a file something like this:

    ```
    plugins/insert-block-pattern-block/languages/ibpb-<LOCALE\>-ibpb_blocks_registration.json

    {
      "translation-revision-date": "2021-01-17 10:27+0100",
      "generator": "WP-CLI/2.2.0",
      "source": "ibpb_blocks_registration.js",
      "domain": "messages",
      "locale_data": {
        "messages": {
            "": {
                "domain": "messages",
                "lang": "nb_NO",
                "plural-forms": "nplurals=2; plural=(n != 1);"
              },
                  "Block for inserting a Block Pattern": [
                        "Blokk for \u00e5 sette inn ett blokkm\u00f8nster"
             ],
              "Block Pattern": ["Blokkm\u00f8nster"],
                  "Insert Block Pattern": ["Sett inn Blokkm\u00f8nster"],
                  "Select a Block Pattern Category": ["Velg kategori"],
                  "Uncategorized": ["Ukategorisert"],
                  "Select a Block Pattern": ["Velg Blokk m\u00f8nster"]
            }
        }
    }
    ```

## FAQ

### Can the the Insert Block Pattern Block insert into a column ?

Yes.

### Is this block used in production environment ?

Yes.

### Is support provided ?

The plugin will be maintained until the Block Pattern Library is extended with similar
functionality.

The plugin is used in production but will be kept as simple as possible.

### Does the plugin have language support ?

Yes. There is a pot file included. It is tranlated to Norwegian.

### Does the plugin include the source code ?

Yes.

## باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

## تۆھپىكار ۋە ئىجادكار

«Insert Block Pattern Block» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا
تۆھپە قوشقان.

تۆھپىكار

 *   [ Espen Munthe ](https://profiles.wordpress.org/emunthe/)

[«Insert Block Pattern Block» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/insert-block-pattern-block)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/insert-block-pattern-block/)،
[SVN خەزىنە](https://plugins.svn.wordpress.org/insert-block-pattern-block/) تەكشۈرۈپ
ياكى [RSS](https://plugins.trac.wordpress.org/log/insert-block-pattern-block/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/insert-block-pattern-block/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 1.0

 * Release version 1.0.

## Meta

 *  Version **1.0**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **5 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10 دىن ئاز**
 *  WordPress نەشرى ** 5.5 ياكى يۇقىرى **
 *  **5.6.17** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/insert-block-pattern-block/)
 * بەلگە
 * [block](https://ug.wordpress.org/plugins/tags/block/)[gutenberg](https://ug.wordpress.org/plugins/tags/gutenberg/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/insert-block-pattern-block/advanced/)

## دەرىجە

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/insert-block-pattern-block/reviews/#new-post)

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/insert-block-pattern-block/reviews/)

## تۆھپىكار

 *   [ Espen Munthe ](https://profiles.wordpress.org/emunthe/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/insert-block-pattern-block/)