Skip to content
View seanlanglands's full-sized avatar
👋
👋

Block or report seanlanglands

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Example block pattern that's based o... Example block pattern that's based on a cover block featuring move and remove locking attributes.
    1
    <?php
    2
    $default_attachment_url =  get_stylesheet_directory_uri() . '/assets/images/default-cover-bg.jpg';
    3
    
                  
    4
    $block_pattern_content = '<!-- wp:cover {"url":"' . esc_url( $default_attachment_url ) . '","id":42,"dimRatio":90,"minHeight":0,"minHeightUnit":"px","gradient":"vivid-cyan-blue-to-vivid-purple","align":"full","style":{"spacing":{"padding":{"top":"5rem","right":"14rem","bottom":"5rem","left":"14rem"}}}} -->
    5
    <div class="wp-block-cover alignfull" style="padding-top:5rem;padding-right:14rem;padding-bottom:5rem;padding-left:14rem;min-height:0px">
  2. Example theme.json for an existing C... Example theme.json for an existing Classic Theme that excludes many default color and typography controls from being enabled.
    1
    {
    2
      "schema": "https://schemas.wp.org/trunk/theme.json",
    3
      "version": 2,
    4
      "settings": {
    5
        "layout": {
  3. nginx-template nginx-template
    1
    #{"rootDirectory":"public","phpVersion":"8.0"}
    2
    server {
    3
      listen 80;
    4
      listen [::]:80;
    5
      listen 443 ssl http2;
  4. tab-group-block tab-group-block Public

    Forked from terriann/tab-group-block

    Gutenberg block for tab group content layout

    JavaScript