AdobeDocs / commerce-php

Source of the Commerce PHP Extensions guide

Home Page:https://developer.adobe.com/commerce/php/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing onCreate attribute in "table" node decription

Deepakvaishnav2001 opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Which topic?

https://developer.adobe.com/commerce/php/development/components/declarative-schema/configuration/

What's wrong with the content?

In the Table Node documentation, the absence of a description for the "onCreate" attribute within the list of possible attributes can lead to ambiguity for users seeking specific information. Although the "onCreate" attribute is addressed in the subnode column, its omission in the primary attributes list may cause confusion.

Currently, this attribute's explanation is found in the "Rename Table" section. However, incorporating it into the primary attributes section would enhance the documentation's comprehensibility, aligning with users' expectations and facilitating a smoother understanding of its functionality.
image

What changes do you propose?

To improve clarity and user experience, it's recommended to include a brief "onCreate" attribute description alongside other attributes within the initial Table Node documentation.

Anything else that can help to cover this?

No response