Changeset 7387
- Timestamp:
- 12/27/2025 02:32:16 AM (3 months ago)
- Location:
- trunk/src/includes/common/blocks
- Files:
-
- 17 edited
-
forum-form/block.json (modified) (1 diff)
-
forum-index/block.json (modified) (1 diff)
-
login/block.json (modified) (1 diff)
-
lost-pass/block.json (modified) (1 diff)
-
register/block.json (modified) (1 diff)
-
reply-form/block.json (modified) (1 diff)
-
search-form/block.json (modified) (1 diff)
-
search/block.json (modified) (1 diff)
-
single-forum/block.json (modified) (1 diff)
-
single-reply/block.json (modified) (1 diff)
-
single-tag/block.json (modified) (1 diff)
-
single-topic/block.json (modified) (1 diff)
-
single-view/block.json (modified) (1 diff)
-
stats/block.json (modified) (1 diff)
-
topic-form/block.json (modified) (1 diff)
-
topic-index/block.json (modified) (1 diff)
-
topic-tags/block.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/blocks/forum-form/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": {}, -
trunk/src/includes/common/blocks/forum-index/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": {}, -
trunk/src/includes/common/blocks/login/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": {}, -
trunk/src/includes/common/blocks/lost-pass/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": {}, -
trunk/src/includes/common/blocks/register/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": {}, -
trunk/src/includes/common/blocks/reply-form/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": {}, -
trunk/src/includes/common/blocks/search-form/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": {}, -
trunk/src/includes/common/blocks/search/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": { -
trunk/src/includes/common/blocks/single-forum/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": { -
trunk/src/includes/common/blocks/single-reply/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": { -
trunk/src/includes/common/blocks/single-tag/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": { -
trunk/src/includes/common/blocks/single-topic/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": { -
trunk/src/includes/common/blocks/single-view/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": { -
trunk/src/includes/common/blocks/stats/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": {}, -
trunk/src/includes/common/blocks/topic-form/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": { -
trunk/src/includes/common/blocks/topic-index/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": {}, -
trunk/src/includes/common/blocks/topic-tags/block.json
r7383 r7387 15 15 "color": false, 16 16 "spacing": false, 17 "typography": false 17 "typography": false, 18 "postTypes": [ "post", "page" ] 18 19 }, 19 20 "attributes": {},
Note: See TracChangeset
for help on using the changeset viewer.