Skip to content
global-phrases-block / 5.17.1-arc-themes-release-version-2.1.3.4773

global-phrases-block 5.17.1-arc-themes-release-version-2.1.3.4773

Install from the command line:
Learn more about npm packages
$ npm install @wpmedia/global-phrases-block@5.17.1-arc-themes-release-version-2.1.3.4773
Install via package.json:
"@wpmedia/global-phrases-block": "5.17.1-arc-themes-release-version-2.1.3.4773"

About this version

@wpmedia/global-phrases-block

A package containing a set of translated phrases expected to be available globally. For example, if there is a commonly used SDK component that depends on a set of translated phrases such as the Gallery component, its phrases will likely make sense here.

The translations can be found the intl.json file.

Acceptance Criteria

  • Add AC relevant to the block

Props

Prop Required Type Description
required prop yes
optional prop no
contentConfig example Please specify which content sources are compatible

ANS Schema

Outline any schema information requirements necessary to know for ths block

ANS Fields

  • n/a

Internationalization fields

Phrase key Default (English)
gallery-expand-button Expand
gallery-page-count-text "%{current} of %{total}"
gallery-autoplay-button Autoplay
gallery-pause-autoplay-button Pause autoplay

Events

Blocks can emit events. The following is a list of events that are emitted by this block.

Event Name Description
eventName Describe the event

Event Listening

Include block specific instructions for event listening.

OR

This block does not emit any events.

Additional Considerations

This is optional. Please add an additional context that would be important to know in order to use this block.