CONTENTS OF THIS FILE
---------------------
   
 * Introduction
 * Requirements
 * Installation
 * Configuration

INTRODUCTION
------------

This module provides the ability to load blocks that are defined using Layout
builder using an ajax loading method.

On the initial load, the block will not render via ajax as the module needs to
keep track of any #attached data that the block defines. On second load, the 
block will render via ajax.

REQUIREMENTS
------------

None.

INSTALLATION
------------

Install as you would normally install a contributed Drupal module. Visit:
https://www.drupal.org/docs/extending-drupal/installing-modules for further
information.

CONFIGURATION
-------------

* While modifying a layout, configure a block and check the 'Enable Ajax for
this block.' checkbox. Save the layout.
